Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/60
Score 0
Primary storage is also referred to as
60
Internal memory
Backing storage
Auxiliary storage
PROM
Q 2/60
Score 0
Permanent storage of data in a computer takes place on all the following media EXCEPT
60
Random Access Memory
CD (compact disks)
DVD (Digital Versatile Disc)
Hard disk
60 questions
Q.
Primary storage is also referred to as
1
60 sec
Q.
Permanent storage of data in a computer takes place on all the following media EXCEPT
2
60 sec
Q.
1, 024 gigabytes (GB) is equal to one
3
60 sec
Q.
A device used for reading optical media is a
4
60 sec
Q.
A technology used to scan a text document to translate it to digital format is
5
60 sec
Q.
A device that can be used to print architectural drawings and 3D diagrams is a
6
60 sec
Q.
The decimal representation for the octal number 24 is
7
60 sec
Q.
What is the hexadecimal equivalent of the decimal number 13?
8
60 sec
Q.
What is the sign and magnitude representation for the decimal number -12 using 6 bits?
9
60 sec
Q.
Integrated software is described as
10
60 sec
Q.
Which of the following is a function of application software?
11
60 sec
Q.
Which of the following is a function of an operating system?
12
60 sec
Q.
A system where transactions are grouped and then processed on a monthly basis is an example
13
60 sec
Q.
To activate a pull-down menu
14
60 sec
Q.
The type of user interface found in DOS is
15
60 sec
Q.
Wireless network technology used for very low-speed connection between nearby devices is
16
60 sec
Q.
All of the following is a media that can be used to transmit data along communication lines EXCEPT
17
60 sec
Q.
The method that allows for data communication to take place in both directions at the same time
18
60 sec
Q.
Distribution of digital multimedia files via the Internet uses the concept of a
19
60 sec
Q.
The largest computer network in the world, which also consists of many smaller networks, is known as
20
60 sec
Q.
The set of rules for sending and receiving data over the Internet is known as
21
60 sec
Q.
Technology that allows users to communicate real-time with another user is BEST termed
22
60 sec
Q.
Implementing a plan to gain money from computer systems is termed
23
60 sec
Q.
Technology that allows people to be watched without their knowledge is known as
24
60 sec
Q.
Which of the following is frequently used to replace human beings in car assembly operations?
25
60 sec
Q.
An employee that pays particular attention to the architecture of programs is MOST likely a
26
60 sec
Q.
A document that has been outputted by a computer and then used for recording input data is termed as
27
60 sec
Q.
The type of error that occurs when a set of numbers in entered into a computer in the wrong order is
28
60 sec
Q.
Which of the following generally allows a file to be accessed by having to go through the records in order?
29
60 sec
Q.
Which of the following access methods does a hard drive MAINLY use?
30
60 sec
Q.
The term used to refer to the original settings of application software is
31
60 sec
Q.
What formatting feature is used in the shaded part below?
32
60 sec
Q.
The BEST feature to use to insert a citation at the bottom of a page is a
33
60 sec
Q.
To select and remove a block of text in a Word document and place it in another place within the same document, use the feature
34
60 sec
Q.
What feature of a word processor is useful when a document is being edited multiple times by several individuals?
35
60 sec
Q.
The feature in presentation software that makes reordering of slides of a presentation easy is a
36
60 sec
Q.
Which of the following can be used to save storage space, by representing a larger object on a web page?
37
60 sec
Q.
The set of rules for uploading files onto a website is
38
60 sec
Q.
A valid cell address used in Microsoft Excel is
39
60 sec
Q.
A spreadsheet that contains predefined formulae and layout that can be used for creating other similar spreadsheets is best known as a/an
40
60 sec
Q.
From the segment of the spreadsheet displayed below, what will be the result of the formula if it is entered in C1? =RANK(B2, A1:B5, 1)
41
60 sec
Q.
A complex criterion can be done using the feature
42
60 sec
Q.
A set of related records is called a
43
60 sec
Q.
All the attributes of one entity is referred to as a
44
60 sec
Q.
What must be entered in the next column of the query so as to obtain a new calculated field called Rental? Rental is RentalFee increased by 10%?
45
60 sec
Q.
A programmer needs to calculate Value Added Tax as 15% of the Selling Price. This value is to be used throughout the program. What should the programmer declare this as?
46
60 sec
Q.
Which of the following are characteristics of all effective algorithms?
47
60 sec
Q.
P, Q and R should be replaced with
48
60 sec
Q.
The symbol used for “greater than or equal to” in programs is
49
60 sec
Q.
What programming construct does the segment of the flowchart illustrate?
50
60 sec
Q.
What will be accomplished by the following algorithm?
51
60 sec
Q.
Modifying a program until one gets the desired result is an example of
52
60 sec
Q.
Which of the following will a variable that is declared as STRING in a Pascal program be used to store?
53
60 sec
Q.
Which of the following statements written in Pascal can be used to calculate the average of three numbers stored in the variables P, Q and R if the result is stored in S?
54
60 sec
Q.
Which of the following is used to declare a one-dimensional integer array MARKS in a Pascal program?
55
60 sec
Q.
Which of the following is an invalid statement in Pascal?
56
60 sec
Q.
Which of the following Pascal constructs is used for representing selection –type statements?
57
60 sec
Q.
A user manual is an example of
58
60 sec
Q.
A variable used to store decimal numbers in a Pascal program is declared as
59
60 sec
Q.
The Pascal code to store 60 into the location 7 of the array MARKS is