Fundamentals of Programming Quiz

Fundamentals of Programming Quiz

8th Grade

30 Qs

quiz-placeholder

Similar activities

SOAL ASSAS SEMSETER 1 ULANGAN

SOAL ASSAS SEMSETER 1 ULANGAN

8th Grade - University

25 Qs

Karel Adventures 1 Review

Karel Adventures 1 Review

6th - 8th Grade

34 Qs

4) Electric quantities (p. 12 & 13)

4) Electric quantities (p. 12 & 13)

8th Grade

34 Qs

UH TIK (Teknologi Informasi dan Komunikasi)

UH TIK (Teknologi Informasi dan Komunikasi)

8th Grade

30 Qs

UH 1 KELAS 8 (Microsoft Word)

UH 1 KELAS 8 (Microsoft Word)

8th Grade

30 Qs

5) Ohm’s Law (p. 14) & Series and parallel circuits (p.15)

5) Ohm’s Law (p. 14) & Series and parallel circuits (p.15)

8th Grade

35 Qs

Grade 8 Arduino Assessment

Grade 8 Arduino Assessment

8th Grade

30 Qs

Fitur dan Manfaat Google Docs

Fitur dan Manfaat Google Docs

7th Grade - University

25 Qs

Fundamentals of Programming Quiz

Fundamentals of Programming Quiz

Assessment

Quiz

Information Technology (IT)

8th Grade

Practice Problem

Hard

Created by

J Blakley

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

2ndNumber

number_2

number-2

number 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would you use to store the value "Hello, World!" in Python?

Integer

String

Boolean

Float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a control structure used to repeat a block of code?

if statement

for loop

variable assignment

function definition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? ```python x = 5 print(x * 2) ```

7

10

25

52

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid data type in Python?

float

string

letter

boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a function in Python?

function myFunction():

def myFunction():

define myFunction():

func myFunction():

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lists contains only integers?

[1, 2, 3, 4]

[1, "2", 3, 4]

[1.0, 2, 3, 4]

["one", "two", "three", "four"]

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?