Sem 1 Final Review Computer Programming

Sem 1 Final Review Computer Programming

9th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

Computer Science - Fundamentals of Algorithms

Computer Science - Fundamentals of Algorithms

11th Grade

30 Qs

Programming & Logic Cumulative Review

Programming & Logic Cumulative Review

8th - 9th Grade

35 Qs

COMPUTER SCIENCE: IA4 REVIEW - UNIT 1

COMPUTER SCIENCE: IA4 REVIEW - UNIT 1

12th Grade

30 Qs

IT LONG TEST REVIEWER (PART 1)

IT LONG TEST REVIEWER (PART 1)

11th Grade

40 Qs

H466 - 1.2.3/4 - Software and  Programming

H466 - 1.2.3/4 - Software and Programming

12th Grade

37 Qs

PLTW CSIM Lesson 1 Assessment

PLTW CSIM Lesson 1 Assessment

5th - 9th Grade

35 Qs

G24-25 Q3 Test Review

G24-25 Q3 Test Review

10th Grade

32 Qs

PPL - RPL (SMKN 1 Cisarua)

PPL - RPL (SMKN 1 Cisarua)

1st - 10th Grade

30 Qs

Sem 1 Final Review Computer Programming

Sem 1 Final Review Computer Programming

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

TRACY RIDEY

Used 4+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to compare two values and determine whether the condition of an if statement is true or false? (3 points)

Logic

Order of Operations

Relational Operators (<,>,=)

Variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of statement tells the computer to execute a block of code when a certain condition is true? (3 points)

if

input

else

print

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens in a program if an if statement is false? (3 points)

An error message is returned, and the program crashes

The block of code will be executed

The block of code is skipped over, and the program is continued

The user is prompted for a different type of statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the relational operator " > " mean?

Equal to

Less than

Greater than

Not equal to

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following if statements uses a Boolean condition to test: "If you are 18 or older, you can vote"?

if(age <= 18):

if(age >= 18):

if(age == 18):

if(age != 18):

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read the following statement:

   if(x >= 2 and x < 5):

Which values of x make the if condition true?

1,2,3,4

1,2,3,4,5

2,3,4

2,3,4,5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read the following statement:

A word that is a noun AND starts with a vowel, but does NOT end in a consonant.

Which of the following meets all the conditions?

Apply

Emma

Involve

Oliver

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?