Computer Systems Quiz

Computer Systems Quiz

12th Grade

38 Qs

quiz-placeholder

Similar activities

CompTIA Standard 4 Exam Review

CompTIA Standard 4 Exam Review

12th Grade

33 Qs

Code.org Unit 2 Web Development

Code.org Unit 2 Web Development

6th - 12th Grade

35 Qs

Grade 12 Digital Marketing Revision

Grade 12 Digital Marketing Revision

12th Grade

35 Qs

Computer Architecture

Computer Architecture

11th - 12th Grade

40 Qs

How the Internet Works

How the Internet Works

9th - 12th Grade

42 Qs

Comptia A+ Review

Comptia A+ Review

10th Grade - Professional Development

40 Qs

J277 Networks

J277 Networks

12th Grade

34 Qs

Computer Systems Quiz

Computer Systems Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Alexander Fraser

Used 1+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What factors could affect the performance of a CPU in a computer system? pick 2

Color of the computer case

Clock speed

Type of mouse used

Screen resolution

Number of cores

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following correctly describes the difference between RAM and ROM? pick 2

RAM is non-volatile and ROM is volatile

RAM and ROM are both types of external storage

RAM is used for currently executing instructions and ROM is for start up instructions

RAM is volatile and ROM is non-volatile

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following could be a non-graphical use for a GPU in an insurance company? pick 2

Enhancing video game graphics

Processing complex numerical calculations

Displaying high-resolution images

Streaming videos

Calculations on multiple data at the same time

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of pipelining in a CPU?

To reduce the physical size of the CPU

Concurrent processing of multiple instructions. One instruction can be fetched as the previous is decoded...

To decrease the heat generated by the CPU

To increase the storage capacity of the CPU

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the primary key in the provided database table?

CustomerID

Surname

Phone

CarReg

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement would correctly display only the CustomerID and Surname for customers with the title "Miss" or "Mrs"?

SELECT CustomerID, Surname FROM Customer WHERE Title = 'Miss' OR Title = 'Mrs'

SELECT CustomerID, Surname FROM Customer WHERE Title = 'Miss' AND Title = 'Mrs'

SELECT CustomerID, Surname FROM Customer WHERE Title = 'Miss' NOT Title = 'Mrs'

SELECT * FROM Customer WHERE Title = 'Miss' OR Title = 'Mrs'

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify a potential issue with the flat file database structure if a customer wants to insure more than one car at the same time.

There would be no issue as each car can have a separate record.

The database would need to create duplicate customer records for each car, leading to redundancy.

The database automatically updates to accommodate multiple cars.

The database structure allows for multiple cars under a single record without issues.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?