WorksheetsTLE - ICT CSS Preliminary Exam - Q2
Total questions: 40
Worksheet time: 20mins
What do you call the device or medium used to store data and programs for use by a computer?
communication
input
output
storage
Which of the following components is necessary to keep the real-time clock running?
EEPROM Chips
CMOS Chip
CMOS Battery
BIOS Password
What devices are designed to move information or data from one place to another?
communication
input
output
storage
What storage device uses integrated circuit assemblies to save data steadily in semiconductor cells?
HDD
memory card
optical disc
SSD
What do you call the storage device with one or more rigid rapidly rotating disks coated with magnetic material?
flash drive
hard disk drive
optical disc
USB
What solid state storage module plugs into the computer's USB port?
flash drive
hard disk drive
optical disc
USB
What communication device keeps a record of the MAC addresses of the devices connected to it?
hub
modem
router
switch
What communication device is installed inside the system unit or laptop computer to connect a computer to a computer network?
modem
NIC
router
switch
If you want to connect your desktop computer to a wireless communication device, what device should you attach to it?
flash drive
router
NIC
wi-fi adapter
What communication device is used to configure the computer gateway?
hub
modem
router
switch
Before working on a computer, what should you do first?
Always power off the computer.
Be careful with the tools.
Clean the area before and after using it.
Hold the components on the edges.
If you do not have an anti-static wrist strap, what alternative should you do?
do not work alone
do not use excessive force
hold any metal part of the system unit
hold the component on the edges
What do you call a power supply that uses battery backup to maintain power during unexpected power outages?
Fax machine
server
USB
UPS
In sending a printed copy of a document through a telephone line, what device should you use?
fax machine
modem
router
switch
What do you call a type of connector commonly used for Ethernet networking?
HDMI cable
power cord
RJ 45
UTP cable
To connect the system unit with 15-pin monitor port to a monitor or projector, what cable should be used?
ethernet cable
HDMI cable
power cord
VGA cord
Before placing the motherboard inside the case, what are the parts of the system unit do you need to install on the motherboard?
i. CPU ii. CPU heat sink iii. NIC iv. PCI v. PCI-e vi. RAM
i, ii, iii
i, ii, iv
i, ii, v
i, ii, vi
What is the best way to know the correct installation of the CPU in the CPU socket?
inspect for visible defect
review the motherboard manual
search in youtube
trial and error
Before removing the motherboard from the system unit, what cables should be detached from the system unit and the motherboard?
i. ATX Power Connector
ii. CPU fan power connector
iii. IDE data cable
iv. Power Cord
v. SATA cable
vi. VGA Cord
i, ii, iii, iv
i, ii, iii, v
i, iii, v, vi
i, ii, iv, vi
Before you can remove the CPU, what part of the system unit should you remove first?
ATX Power Connector
cabinet connections
IDE data cable
SATA data cable
Before removing the power supply unit, what cables/connectors do you need to detach?
i. ATX power connector
ii. IDE data cable
iii. IDE power cable
iv. SATA data cable
v. SATA power cable
i, ii, and iii
i, ii, and iv
i, iii, and v
i, iv, and v
What do you need to connect the HDD and ODD using the 7 pin-port to the motherboard?
ATX power connector
cabinet connections
IDE connector
SATA connector
What is the first step in PC assembly?
Prepare the motherboard
Prepare your workplace
place the motherboard into the case
install the RAM
What is the last step in PC disassembly?
Close the system unit
remove the motherboard
remove the CPU
remove the RAM
In PC disassembly, what is the next step after removing the CPU, CPU heat sink, and CPU fan?
Close the system unit
remove the motherboard
remove the CPU
remove the power supply unit
In PC assembly, what is the previous step in placing the motherboard in the system unit?
Prepare the motherboard
Prepare your workplace
place the motherboard into the case
install the RAM
What are the devices connected to the power supply unit?
i. CPU ii. HDD iii. Motherboard iv. ODD v. RAM
i, ii, iii, iv
ii, iii, iv
i, ii, iv, v
iii, iv, v
An employee complains that every time they turn their computer off, the computer's time is set to 12:00 pm, and the date is set back to January 1, 1990. Which of the following is the MOST likely cause of this anomaly?
The CMOS chip is failing.
The CMOS battery has failed.
The CMOS chip on the motherboard is loose.
The CMOS settings are not being saved before powering off the computer.
Which of the following components is an example of firmware?
RAM
Cache
BIOS/UEFI
EEPROM
Which of the following are benefits UEFI provides that BIOS does not(3 Correct answers)
Faster Startup times
Supports 64-bit firmware device drivers
Supports drives larger than 2.2 TB
Allows individual bytes to be erased and reprogrammed
Provides non-volatile storage of system startup information.
HTML is the core language used to structure content on the web. It organizes text, images, links, and media using tags and elements that browsers can interpret. What does HTML stand for?
Hyperlink Transmitted Media Language
Hyperlink Transfer Media Language
Hyper Text Media Language
Hyper Text Markup Language
These are special keywords enclosed in angle brackets (< >) that tell a web browser how to structure and display content on a webpage.
HTML Tags
CSS Style
HTML Style
<Style>
These are extra details you add to an opening tag to give it more powers.
Style
Attributes
Doctype
Value
What is the difference between <section>, and <div>?
Div is used for grouping elements while Section includes a heading <h1 to h6>.
DIV is a generic container,
With no semantic meaning. While Section is suitable for blog posts, news and article comments.
Div is mainly for styling or layout purposes while section can be used or syndicated.
Div groups related content thematically while Section is self contained content that stands independently.
Which HTML TAG is used to create hyperlinks?
<links>
li
<a>
<ul>
What’s the <img>tag for?
Tells the browser where to find the image file.
Puts pictures on your web page.
Resize your image height and width.
Gives a description of the image for accessibility (like for people using screen readers) or if the image doesn’t load.
In creating a navigation bar such as home, menu, about, etc. we usually use DISPLAY for the style. Which is TRUE when using INLINE ?
Take up the whole width of their space, start on a new line, and stack like boxes.
Only use the space their content needs, stay on the same line, and flow with text.
Both answer is TRUE.
Both answer is FALSE.
How do you make an element take the full width and height of its parent?
width: 100%; height: 100%;
width: 100%; height: auto;
width: auto; height: 100%;
width: 100%; height: 100vw;
Which CSS property is used for text alignment?
text-align
align
align-text
text-position
Which CSS property is used for setting the font size in pixels?
font-size: 16px;
font: 16px;
text-size: 16px;
size: 16px;
