Font size
WorksheetsGeneral IT
Total questions: 29
Worksheet time: 1hrs 5mins
Games are type of application software
Yes
No
A world wide network of interconnected network of computers
LAN
WAN
MAN
Internet
A trackball is an output device
Yes
No
A _____ is a pathway on a circuit board through which data moves.
Router
Chipset
Bus
Motherboard
Wi-Fi is a synonym for Bluetooth.
Yes
No
A _____/server network contains at least one server
Chipset
Client
Customer
Router
The Internet is based on what protocol suite?
TCP/IP
WiFi
LAN
WAN
How many bits make a byte?
8
12
16
24
What is the meaning of CPU?
Central Processor Utility
Center Processing Unit
Central Processing Utility
Central Processing Unit
The process of starting or restarting a computer is called:
Booting
Startup point
Connecting
Restarting
Hard disk is:
Compact Disk
Hard drive disk
Floppy Disk
Fixed Disk
One component of the motherboard is:
BIOS
Processor
Computer Chip
Transistor
Which of the items is an input device?
Printer
Monitor
Keyboard
Scanner
The largest key on the Keyboard is the shift key:
Yes
No
Which of the following is hardware?
Monitor
Operating System
Microsoft Office
Program
What does RAM stand for?
Random Accessibility Memory
Read Access Memory
Random Access Memory
Review Accessibility Memory
What does BIOS stand for?
Basic Inbox Outbox System
Basic Input Output System
Basic In Out System
Basic indoor outdoor service
Reducing a window until it becomes a button on the taskbar is called?
Maximize
Restore
Collapse
Minimize
Whats the name of this subject's instructor? (Surname, FirstName - e.g. Abrenica, John Aljur)
(a)
Rose has just constructed her first for loop within the Java language. Which of the following is not a required part of a for loop?
Initialization
Condition
Variable
Increment
Which command will stop an infinite loop?
Alt + C
Ctrl + C
Esc
Shift + C
Paul is considering adding a repetition statement within his Java programming final project. Jay is unsure of the number of times each loop needs to execute. Analyze the conditional statements below and select which statement best fits the need identified by Jay within his programming.
While Loop
If Else
For Loop
Switch statement
A loop that never ends is referred to as a(n)_________
While Loop
For Loop
Recursive Loop
Infinite Loop
_______ is the process of finding errors and fixing them within a program
Compiling
Executing
Debugging
Scanning
Julius needs to execute a section of code ten times within a program. Compare the selection structures below and select which one meets the needs identified.
If Else
While
For
If Statement
Which of the sets of statements below will add 1 to x if x is positive and subtract 1 from x if x is negative but leave x alone if x is 0?
If (x > 0) x++;else x--;
If (x > 0) x++;else if (x < 0) x--;
If (x == 0) x = 0;else x++;x--;
X++;x--;
Analyze the following error that was received when Victoria tried to compile his java program named average. Average.java:14: 'else' without 'if' else ^ Which of the following could have resulted in the error being generated?
Victoria used an infinite loop within his program
Victoria placed a semicolon at the end of an If statement
Victoria used an incorrect looping structure
Victoria omitted a line of code below the If statement such as a System.out.pritnln or a Keybaord.readInt();
During program development, software requirements specify
How the program will accomplish the task
What the task is that the program must perform
How to divide the task into subtasks
How to test the program when it is done
Which of these is NOT one of the five parts of an information system?
Data
Procedures
People
Network
