String Pattern in QBasic
String Pattern N NE NEP NEPA NEPAL CLS A$=”NEPAL” FOR I = 1 TO LEN (A$) PRINT LEFT$(A$,i) NEXT i END Display NEPAL NEPA NEP NE N CLS A$ = …
String Pattern in QBasic Read MoreString Pattern N NE NEP NEPA NEPAL CLS A$=”NEPAL” FOR I = 1 TO LEN (A$) PRINT LEFT$(A$,i) NEXT i END Display NEPAL NEPA NEP NE N CLS A$ = …
String Pattern in QBasic Read MoreMORE PROGRAM RELATED TO NUMERIC PATTERN USING SUB PROCEDURE (CLICK HERE) Series WAP to display the series 2 3 5 8 12 17………. upto 10th terms CLS i = 2 …
Numeric Pattern in QBasic Read MoreWorld is filled with lots of data: images, music, texts, videos generated not only by people but also by computers and other devices. This will only continue to grow and …
Machine Learning a Probabilistic Perspective Read MoreFunctions of Operating System Input / Output (I/O) Management: OS manages the input and output of computer. It applies to the flow of the data among the computers. It is …
Functions of Operating System Read MoreTypes of Operating System I. Based on Processing Method 1. Batch Processing OS This type of operating system do not interact with the computer directly. It is not a complete …
Types of Operating System Read MoreOperating System Operating system is a system software that manages the hardware and software resources of the computer and makes it ready to use. It manages the memory storage, processor, …
Operating System Read More