wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 11 CS Diagnostics Assessment

Total questions: 26

Worksheet time: 44mins

Name
Class
Date
1.
An error in a program that prevents the program from running as expected. 
a)
Coding
b)
Algorithm
c)
Bug
d)
Event
2.
Pulling out specific differences to make one solution work for multiple problems. 
a)
Function
b)
Abstraction
c)
Loop
d)
Coding
3.
Statements that only run under certain conditions or situations. 
a)
Conditionals
b)
Variables
c)
Loops
d)
Commands
4.
Mental processes and strategies that include: decomposition, pattern matching, abstraction, algorithms (decomposing problems into smaller, more manageable problems, finding repeating patterns, abstracting specific differences to make one solution work for multiple problems, and creating step-by-step algorithms). 
a)
Computational Thinking- what we are mastering in this class. 
b)
I have no idea. 
5.

Which of these is NOT an AI technology

a)

Facial recognition

b)

Image recognition

c)

Robotics

d)

Animation

6.

Q8. In which step of the cycle would you pose the question(s) that you will use data to help you answer?

a)

A. Data

b)

B. Analysis

c)

C. Plan

d)

D. Problem

7.

Q10. In which step of the cycle would you work out where the data will come from or how you will collect it?

a)

A. Data

b)

B. Analysis

c)

C. Plan

d)

D. Problem

8.

Q15. What is name of the chart pictured below? (1 mark)

a)

Graph chart

b)

Pie chart

c)

Line chart

d)

Bar chart

9.

what is RAM ?

a)

Random

b)

access

c)

memory

d)

All of the above

10.
_______ is how we write code
a)
Syntax
b)
Loops
c)
Variables
d)
Functions
11.
________ are the building blocks, they are things or characters that perform actions
a)
Variable
b)
Functions
c)
Syntax
d)
Objects
12.

What is the name of the device held by the lady in shown in the picture?

a)

Light Pen

b)

Plotter

c)

scanner

d)

wired pen

13.

what's 183 in binary?

(a)  

14.

what is BIOS?

(a)  

15.

Who was the father of computer?

a)

Alan Turing

b)

Dennis Ritchie

c)

Charles Babbage

d)

Ken Thompson

16.

TCP/IP model does not have ______ layer but OSI model have this layer.

a)

Insert Layer

b)

Application Layer

c)

Session Layer

d)

Presentation Layer

17.

What are the two main categories of software?

a)

OS & OSI

b)

Office & Adobe

c)

Applications & Systems

d)

Apps & Games

18.

 is a device that enables a computer to transmit data over, for example, telephone or cable lines

a)

WiFi

b)

Modem

c)

Web

19.

 is a private network based on TCP/IP protocols, belonging to an organization, accessible only by the organization's members, employees, or others with authorization.

internet: is the global system of interconnected computer networks.

a)

Intranet

b)

Internet

c)

Inner circle

20.

Why do we need to look for patterns in problems?

a)

Patterns make it easier for us to solve complex problems

b)

We don't need to look for patterns

c)

Patterns make it more difficult complex problems

21.

What are the two main ways that algorithms can be designed?

a)

Images or videos

b)

In pseudocode or as a flowchart

c)

By hardware or software

22.

What is a flowchart?

a)

A flowchart is a text-based way of designing an algorithm

b)

A flowchart is a specific programming language

c)

A flowchart is a diagram that represents a set of instructions

23.

Which symbol is used for a connector in a flowchart?

a)

A parallelogram

b)

A diamond

c)

A circle

24.

This symbol is placed immediately after the SELECT command to display all the fields.

a)

$

b)

%

c)

=

d)

*

25.

What is the meaning of DDL?

a)

Data Definition Language

b)

Database definition Language

c)

Data Definition Link

d)

Data Division Langauge

26.

Less than or equal to?

a)

>=

b)

=>

c)

=<

d)

<=