10 min test 22

10 min test 22

7th Grade

21 Qs

quiz-placeholder

Similar activities

PHP Coding Review

PHP Coding Review

6th - 8th Grade

20 Qs

Programming - PSEUDOCODE (IGCSE)

Programming - PSEUDOCODE (IGCSE)

6th - 10th Grade

20 Qs

GCSE J277 - Programming Fundamentals Keyword Quiz

GCSE J277 - Programming Fundamentals Keyword Quiz

7th Grade

25 Qs

Computing Python quiz

Computing Python quiz

7th Grade

20 Qs

Some Python basics

Some Python basics

6th - 8th Grade

16 Qs

EduBlocks NCCE Lesson 1-2

EduBlocks NCCE Lesson 1-2

7th - 8th Grade

25 Qs

Python MCQ

Python MCQ

6th - 8th Grade

25 Qs

Python Basics

Python Basics

KG - University

16 Qs

10 min test 22

10 min test 22

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Laura Boyd

Used 2+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logic gate gives an output of 0 if both inputs are 0?

AND gate

OR gate

Both AND and OR gates

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given that x = "CompSci" and test = x.substring(4,1) what is the output of print(test)?

S

p

Comp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given that x = "CompSci" and test = x.substring(4,1) What would

print (x + test) output?

CompSciS

CompScip

CompScIComp

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

The highScore variable has an integer data type. Using the correct data type makes code...

more memory efficient

less memory efficient

more robust

less robust

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The flow of this program is controlled by

a selection statement

an interation statement

both selection and iteration statements

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these inputs would have resulted in the output 'Invalid score entered'

1

1.1

101

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the program output if the input was 90?

You equalled the high score

New high score, well done!

You did not beat the high score

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?