Loading....
|
Press & Hold to Drag Around |
|||
|
Click Here to Close |
|||
Question 2 Report
Which of the following options is not a data type?
Question 3 Report
A row in a database table is referred to as?
Question 4 Report
A site engineer intends to acquire a computer system. What factors Will he consider if he must choose a notebook computer over a desktop computer?
Answer Details
Question 5 Report
The ASCII chart control characters using numeric codes ranging from?
Question 6 Report
The system unit houses the following components except?
Question 8 Report
QBASIC keywords do not include?
Question 9 Report
An icon, a graphic or a text in a document or a webpage that connects to another file or object is called a?
Question 10 Report
The statement in QBASIC that is used to add data at the end of existing sequential file is?
The statement in QBASIC that is used to add data at the end of an existing sequential file is "APPEND".
When you open a sequential file for writing, by default, it starts writing from the beginning of the file and overwrites any existing data. However, if you want to add data to the end of the file, without deleting or overwriting the existing data, you can use the "APPEND" statement.
The "APPEND" statement opens the file for writing, but instead of overwriting the existing data, it positions the write pointer at the end of the file, allowing you to add new data to the file without affecting the existing data.
Here's an example of how to use the "APPEND" statement in QBASIC:
OPEN "my_file.txt" FOR APPEND AS #1
PRINT #1, "This is some new data added to the end of the file."
CLOSE #1
In this example, the "OPEN" statement opens the file "my_file.txt" for appending. The "PRINT" statement writes the new data to the end of the file, and the "CLOSE" statement closes the file.
Question 11 Report
The process of restarting the computer system is known as?
Question 13 Report
Arrange the following spreadsheet window parts in a hierarchial order by size:
I. worksheet
II. cell
III. workshop
IV. range
Answer Details
Question 14 Report
The common features of formula and function in spread- sheet are:
-Entry is preceded by = or + symbol I.
- They have fixed formats
- They operate with cell addresses
- Their results are displayed.
Which of the following options is/are true?
Answer Details
Question 16 Report
The three levels of programming language?
Question 17 Report
The following are the guidelines for drawing flowcharts except that it?
Answer Details
Question 18 Report
The MS-Windows shortcut keys to initiate warm booting is?
Question 19 Report
One megabyte is equivalent to?
Question 20 Report
A logic gate contains three input variables. The total possible combination of the input variables is?
Answer Details
Question 21 Report
Which of the following components are data communication equipment?
I. Scanner ll. Hub lIl. Modem
Question 23 Report
During program execution in the central processing unit, the instruction is interpreted by the?
Answer Details
Question 24 Report
The uses of spreadsheet packages include:
1. -Preparing organisation's logo; II. - Performing sensitivity analysis; III, - Preparing reports for senior manage- ment; IV. - Preparation of profit forecasts.
Which of the following options is true?
Answer Details
Question 25 Report
Which of the following output devices was common among the computing devices of the 19th century?
Answer Details
Question 26 Report
The largest computer system in terms of processing power is A?
Question 27 Report
The algebraic equation for the AND gate with input variables A and B is?
Answer Details
Question 29 Report
The number 28 in binary is?
Question 30 Report
Which of the following options is not an advantage of linear bus topology?
Answer Details
Question 31 Report
The most important system software in a computer system is the?
Question 32 Report
The following components are network interconnecting devices EXCEPT?
Question 34 Report
Use the infomation belowto answer questions 42 and 43.
As a computer professional, you have just been con- tracted by a school to help them solve the problem they are facing in computing students' results.
The school currently runs a manual system. Time and accuracy of the result are the major concerns.
What would you advise the school to do?
Question 36 Report
The following programs are general purposotion software except?
Question 37 Report
The command line prompt of MS-DOS operating system is represented as?
Answer Details
Question 38 Report
The major components of a computer system are?
Question 39 Report
The speed of data transfer in the computer can be determined in terms of?
Question 40 Report
Which of the following charts does not display the X and Y axes?
Question 41 Report
The process of testing the logic of programs to ensure they give correct result is known as?
Answer Details
Question 42 Report
The pre-computing age device which made use of beads and frames is?
Question 43 Report
The file that contains historical record is called a?
Question 44 Report
which of the following network cables offers highest data transmission?
Answer Details
Question 46 Report
The conversion of readable data to unreadable codes in order to prevent unauthorised access is known as?
Question 47 Report
The system unit houses the following components except?
Question 48 Report
If you are given the contract, what would be your first step of action?
Answer Details
Question 49 Report
Which of the following computer files can be used for updating the master file?
Answer Details
Question 50 Report
Use the logic truth table in figure 3 to answer question
| X | Y | Z |
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Given that X and Y are input variables while Z is the output. The truth table in figure 3 represents?
Answer Details
Question 51 Report
Data can be defined as?
Would you like to proceed with this action?