J277/02 Computational thinking, algorithms and programming

J277/02 Computational thinking, algorithms and programming

9th Grade

56 Qs

quiz-placeholder

Similar activities

Computer Servicing Ch 1-3 Review

Computer Servicing Ch 1-3 Review

9th - 12th Grade

53 Qs

Review 4 BM tinhoc

Review 4 BM tinhoc

University

60 Qs

Ôn Tập Tin 10 cuối Kỳ 1 , 24-25

Ôn Tập Tin 10 cuối Kỳ 1 , 24-25

10th Grade

58 Qs

ÔN TẬP GIỮA KỲ 2 LỚP 12

ÔN TẬP GIỮA KỲ 2 LỚP 12

12th Grade

60 Qs

E-BOOK

E-BOOK

KG - University

60 Qs

Ôn tập THĐC - 60 câu

Ôn tập THĐC - 60 câu

University

60 Qs

lists and dictionaries  in python smsmb

lists and dictionaries in python smsmb

11th - 12th Grade

60 Qs

Systems Architecture

Systems Architecture

10th - 11th Grade

54 Qs

J277/02 Computational thinking, algorithms and programming

J277/02 Computational thinking, algorithms and programming

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Chris Dixon

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a data type?

Boolean

Print

Integer

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code is used to cast a string to an integer?

bool("False")

str("False")

integer("123")

int("123")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the following terms is not associated with programming construct

Selection

Iteration

Loop

Sequence

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the code which outputs 10 numbers correctly

for i in range(0,11)

for i in range(0,10)

for i in range(1,9)

for i in range(1,10)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Substring is used to?

Extract a portion of characters from a string

Print out a portion of a string

Remove the left characters by a certain amount

Allow you to change the upper case

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an iteration?

IF (num > 3)

For i in range(0, 5)

age = int("21")

students = ["Harry", "Ryan", "Ibrahim"]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an array?

To store a value

To store multiple values of any type

To store programming code

To store multiple values of the same data type

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?