Sr. # | Questions | Answers Choice |
---|---|---|
1 | A string of binary digits treated as a unit is called a. | bit byte word character |
2 | A group of characters that are treated as a single entity. | bit byte word address |
3 | Which type of computer operates by directly counting numbers. | special purpose analog digital hybrid |
4 | The data obtained by counting are called | digital data continuous data analog data discrete data |
5 | Popular application of flip-flop are. | counters shift registers transfer registers all of the above |
6 | Loading the operating system into a personal computer is called | booting prompting interrupting paging |
7 | TIme-sharing of resources by users is usually. | based on time slices based on input event-driven operated by spooling |
8 | Popular object-oriented languages. | Pascal, Modula-3 C++ , Smalltalk LOGO , PROLOG COBOL , BASIC |
9 | A person who gains illegal access to a computer system. | hacker worm software zapper |
10 | The shortest period of time is a. | milisecond nanosecond picosecond microsecond |
11 | A collection of software that controls the overall operation of a computer is called | application software programming language system software operating software |
12 | A type of computer that is faster because it has fewer instructions. | symbolic RISC ASCII-8 ROM burner |
13 | If a FORTRAN program begin with statement INTEGER SALARY, PROFIT,LOSS Then through the program integer variables will be represented by |
SALARY PROFIT LOSS All of the above |
14 | Identify the legal FORTRAN arithmetic assignment statement? | X = a+b +<u>1</u> 0.75 = A - B<sup>c</sup> SN - a * (1-r **n) / (1 - r) NET + PR = SALE - COST |
15 | Which of the following variable name is legal? | PAK 123 A * B COMPUTER A/B |