Font size
Worksheetshahahahhaha
Total questions: 110
Worksheet time: 55mins
What is the proper name of the arrow that moves around on your computer screen?
Pointer
Cursor
Arrow Clicky Thingy
Clicker
What do you collectively call the parts of an electronic device which exist in the real world and can be touched or held?
Software
Keyboards
Hardware
Tablet
Which type of computer tends to be larger and more powerful but not very portable?
Desktop
Laptop
Tablet
Which type of computer is highly portable and features a built in keyboard and trackpad?
Desktop
Laptop
Tablet
What does the shortcut CTRL+V do in most programs?
Cut
Copy
Paste
Select All
What does the shortcut CTRL+C do in most programs?
Cut
Copy
Paste
Select All
A VGA cable, like the one seen here, is used to transmit what kind of data?
Visuals Only
Sound Only
Text Only
Sound and Visuals
A HDMI cable, like the one seen here, is used to transmit what kind of data?
Visuals Only
Sound Only
Text Only
Sound and Visuals
A USB cable can be used to...
Connect a computer to a printer
Transfer data from one computer to another
Connect a pair of headphones to a computer
All of the above
RAM chips allow a computer to...
preform many actions at once
preform actions quickly
produce beautiful graphics
hold a charge without being plugged in
What do we call the elements of a computer that only exist in the digital space and not the physical world?
Hardware
Applications
Software
Electronics
What does GPU stand for?
Gigantic Photo Unit
Graphical Processor Utility
Graphics Producing Chip
Graphics Processing Unit
What do we call the kind of chip pictured here which acts as the "brains" of the computer?
RAM
GPU
CPU
Mother Board
What is typically used to cool desktops and laptops?
Ice
Fans
Air Conditioners
Fire Extinguishers
The large chip that holds many of the other chips in place and connects the various parts of the computer together is called the...
Mother Board
CPU
Computer Case
Power Supply
What does a hard drive do in a computer?
It processes data
It provides electricity to run the computer
It creates beautiful graphics
It stores data for future use
Which part do all laptops have but very few desktops have?
Keyboards
Lithium Batteries
Monitors
Hard Drives
Which button on a mouse is used to open up menus when clicked?
Left Click
Scroll Wheel
Right Click
True or False:
The chips inside a computer are software
True
False
True or False:
Laptops tend to have trackpads instead of mice
True
False
ชนิดของซอฟต์แวร์ (software) มีทั้งหมดกี่ชนิด
มี 1 ชนิด 1.ซอฟต์แวร์ระบบ
มี 2 ชนิด 1.ซอฟต์แวร์ระบบ 2.ซอฟต์แวร์ประยุกต์
มี 3 ชนิด 1.ซอฟต์แวร์ระบบ 2.ซอฟต์แวร์ ประยุกต์ 3.ซอฟต์แวร์บุคคล
มี 4 ชนิด 1.ซอฟต์แวร์ระบบ 2.ซอฟต์แวร์ประยุกต์ 3.ซอฟต์แวร์บุคคล 4. ซอฟต์แวร์ บริหาร
ซอฟต์แวร์ประมวลคำ คือข้อใด
word processing software
spreadsheet software
database management software
presentation software
ซอฟต์แวร์นำเสนอ
word processing software
spreadsheet software
database management software
presentation software
ซอฟต์แวร์ตารางทำงาน
word processing software
spreadsheet software
database management software
presentation software
ข้อใดคือความหมายของ ฮาร์ดแวร์ ?
โปรแกรมที่สั่งให้คอมพิวเตอร์ทำงาน
ส่วนประกอบของเครื่องคอมพิวเตอร์
ขั้นตอนในการปฏิบัติงาน
บุคลากรที่ทำงานกับคอมพิวเตอร์
จากรูป คือรูปอะไร
HDD
(Hard Disk Drive)
CPU
(Central Processing Unit)
RAM
(Random Access Memory)
SSD
(Solid State Drive)
จากรูป คือรูปอะไร
CPU
Mouse
Mainboard
Cases
จากรูป คือรูปอะไร
keyboard
Monitor
speaker
mouse
จากรูปภาพ คือรูปอะไร
mouse
keyboard
Monitor
hard disk
ข้อใดไม่ใช่ระบบปฏิบัติการ
Microsoft Windows98
Microsoft Windows ME
Microsoft Windows XP
Microsoft Office
คำสั่งใดที่ใช้ในการลบไฟล์
Delete
Rename
Open
Save
คำสั่งใดที่ใช้ในการเปลี่ยนชื่อไฟล์
Delete
Rename
Open
Save
WWW ย่อมาจากอะไร
World Wide Web
World War Web
World Wan Web
World Wide Wan
จากรูป คือรูปอะไร
keyboard
printer
mouse
speaker
จากรูป คือรูปอะไร
SSD
RAM
CPU
HDD
จากรูป คือรูปอะไร
mouse
hard disk
motherboard
Headphone
จากรูป คือรูปอะไร
Headphone
printer
webcam
speaker
จากรูป คือรูปอะไร
keyboard
motherboard
CD-ROM
hard drive
จากรูป คือรูปอะไร
CD-ROM
SSD
hard drive
Power Supply
ซอฟต์แวร์ คืออะไร
โปรแกรมชุดของคำสั่งที่ควบคุมการทำงานของคอมพิวเตอร์
อุปกรณ์เทคโนโลยีระดับสูง
โปรแกรมแก้ปัญหาทุกอย่างของมนุษย์
อุปกรณ์ที่ทำหน้าเสมือนสมองกล
Which chart is used for planning in SE?
Gantt Chart
Ganit Chart
Excel Chart
Tabular Chart
What is done in planning phase of SDLC?
Financial, time, resources and risk related planning
Error and bug checking
Delivery of the software
Diagrammatic representation of the software
SDLC stands for?
Software Development Life Cycle
Software Deployment Life Cycle
Static Development Life Cycle
All of the given
Write output:
3>5 && 6<9 && 2==2
false
true
0
1
Write output:
3>5 || 6>9 || 2==2
false
true
0
1
a = a + (b * 7) can also be written as?
a += (b * 7)
a *= (b + 7)
a *= (b * 7)
b += (a * 7)
Write output:
! (3>5)
false
true
0
1
Which model focus on WHAT customer wants in Software?
Analysis Model
Design Model
None of the given
Both of the given
Which model focus on HOW to build Software?
Analysis Model
Design Model
None of the given
Both of the given
What is Software Engineering?
It is systematic approach and roadmap for the successful development of the software
It is one of the subject in Computer Engineering
It is a process of finding and correcting errors in the software
None of the given
Which is the correct sequence of SDLC steps?
Requirement Gathering > Planning > Modeling > Construction & Testing > Deployment
Requirement Gathering > Modeling > Planning > Construction & Testing > Deployment
Requirement Gathering > Planning > Modeling > Deployment > Construction & Testing
Planning > Requirement Gathering > Modeling > Construction & Testing > Deployment
In which phase of SDLC pictorial representation of the system made?
Planning
Modeling
Construction & Testing
Requirement Gathering
In which phase of SDLC delivery and customer support of the software takes place?
Planning
Modeling
Construction & Testing
Development
In which phase of SDLC coding takes place?
Planning
Modeling
Construction & Testing
Development
Modeling phase contains which of the following two types of models?
Analysis Model
Design Model
Flow Model
Coding Model
Which of the following TWO functions are used in Java to input values?
nextInt()
readLine()
readText()
readValue()
Which of the following data type is used for true or false in Java?
byte
boolean
int
short
In which phase of SDLC we checks for errors and bugs?
Planning
Modeling
Construction & Testing
Development
Which statement we need to write while using readLine() function?
throws IOException
throws IO
throws IOError
throws Error
What is memory size for char in Java?
1 byte
2 bytes
4 bytes
8 bytes
What does RAM stand for?
Rich Amount of Money
Right Amount of Memory
Random Access Memory
Radical Amount of Memory
What does CPU stand for?
Central Processing Unit
Control Printing Unit
Computer Processing Upflow
Computer Patch Unit
What is the smallest unit of measure?
byte
bit
Kilobyte
Megabyte
Which of the following is the largest?
byte
bit
Kilobyte
Megabyte
Which of the following is NOT hardware?
keyboard
mouse
Windows 10
CPU
Which of the following is NOT software?
MS Word
RAM
Windows 10
CAMI Maths
Which things are common to all computers?
Calculate and design
input, store, process and output
type and print
calculate, design, type and print
How many digits does a binary number system use?
1
2
10
100
A dot in an image is called a .....
gram
byte
bit
pixel
Tick all the input devices on this list.
(HINT: There is more than one)
mouse
keyboard
printer
screen
speaker
Tick the output devices on this list.
(HINT: There is more than one)
keyboard
screen
speaker
microphone
printer
Which of the following statements correctly describes an "Operating System?
The program that does all the calculations
It does all the processing.
Manages how software uses the hardware of a computer.
It stores things in the memory.
Tick which of the following are operating systems.
(HINT: There is more than one)
Windows
Word
Android OS
iOS
CAMI Maths
Who started Microsoft?
Steve Jobs
Elon Musk
Bill Gates
James Brown
Who started Apple?
Steve Jobs
Bill Gates
Elon Musk
James Brown
There are ____ categories of computer.
5
2
7
10
This type of computer is used in government departments, recording statistics and in banks
Mainframe
Server
Mobile Computer
Super Computer
Select the three (3) devices that are embedded computers.
Security Camera
Printer/Copier
Speakers
Digital Camera
This type computer can be found in homes, stores and schools. It can have only one user at a time.
Server
Desktop
Game Console
Mainframe
What type of computer is shown in the photo?
Mobile Computer
Desktop
Embedded Computer
Game Console
A Game console can have up to _____ users at once.
One
Hundreds
Several
Thousands
Which one is not used to categorize a Computer?
Size
Speed
Color
Processing Capabilities
Which is the fastest and most expensive type of computer
Embedded Computer
Mainframe
Super Computer
Mobile Computer
This type of computer is called a (a)
Which category of computer would be used if you and your family want to host a game night at your house?
If I want to go on a picnic in the park what is the best category of computer to take with me?
Desktop
Embedded Computer
Mobile Computer
Game Console
A super computer can have (a) of users at once.
What type of computer is shown in the photo?
Server
Mainframe
Super Computer
Mobile Computer
A server is the ______ largest computer.
2nd
3rd
6th
7th
Complete the list of the Categories of computers by size.
1. Super Computer
2. _____________________
3. _____________________
4. Desktop
5. _____________________
6. _____________________
7. Embedded Computer
Which of the following is a pointing device that allows you to control the pointer by moving the entire device around on a surface?
mouse
trackball
touchpad
touchscreen
What protects your computer so it doesn't get a computer virus?
Keyboard protector
Antivirus software
Internet browser
When writing an email, it is okay to use all caps.
True
False
Keyboards, mouse, and stylus pen are all examples of which of the following?
Input devices
Output devices
Software
What is an email security or download issue?
Worms
Viruses
Trojan Horses
All the answers
What is NOT a way to send an attached document via email?
Retype the document and send.
Save the document and attach/upload to the email before sending.
Save the document, open the file folder and drag and drop the file into the email.
Click on the paperclip, select the file, and attach/upload to the email.
The term CPU stands for:
central planning unit
computer programming unit
central processing unit
None of the answers
What lets the computer's hardware and software work together?
broadband connections
Central processing unit (CPU)
cables
wireless connections
When you copy someone else's words, it is called:
Theft
Plagiarism
Jaywalking
None of the answers
If you use social media, you should use the following.
Well-lit photos
Location detection
An incognito browser
High privacy settings
What type of software helps you find information on the Internet?
Word processor
Search engine
