Y9 Quick Quiz 1

Y9 Quick Quiz 1

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

L.3. Computer organization -1

L.3. Computer organization -1

11th Grade

10 Qs

ICT Revision Quiz

ICT Revision Quiz

9th Grade

7 Qs

AP CSP Unit 5 Ch 2 Vocab

AP CSP Unit 5 Ch 2 Vocab

9th - 12th Grade

9 Qs

Y9 Quick Quiz 4

Y9 Quick Quiz 4

9th Grade

6 Qs

Computer Hardward - Fetch, Decode & Execute Cycle

Computer Hardward - Fetch, Decode & Execute Cycle

4th - 12th Grade

10 Qs

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

4th Grade - University

10 Qs

Loops: Accumulator Variables

Loops: Accumulator Variables

9th - 12th Grade

10 Qs

MLBB Pagoh Quiz

MLBB Pagoh Quiz

1st Grade - University

10 Qs

Y9 Quick Quiz 1

Y9 Quick Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mark Weddell

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image
What output will this code produce?
blue
green
red
error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the index of “grape” in the list

[“apple”, “grape”, “orange”, “watermelon”]?

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of program below?


bicycles = ['trek', 'cannondale', 'redline', 'specialized']

print(bicycles[-1])

trek

cannondale

redline

specialized

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following program display?

1,2,3,4

1,2,3,4,5

counter,counter,counter,counter,counter

0,1,2,3,4,5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the output be for the following program if the user enters 4 and 6?

10

14

16

error