Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Online Platform Block Q

Online Platform Block Q

11th - 12th Grade

20 Qs

[RB3-Ch9] Application of Computers

[RB3-Ch9] Application of Computers

8th Grade

15 Qs

11° Evaluación bimestral de informática

11° Evaluación bimestral de informática

11th Grade

15 Qs

Grade 8 Software Quiz

Grade 8 Software Quiz

8th Grade

20 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

TIN 11 BÀI 11 KIỂU MẢNG

TIN 11 BÀI 11 KIỂU MẢNG

11th Grade

18 Qs

7ICT - Algorithms Revision Quiz

7ICT - Algorithms Revision Quiz

7th Grade

15 Qs

Начала программирования на языке Паскаль

Начала программирования на языке Паскаль

8th - 11th Grade

15 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

Assessment

Quiz

Computers

7th - 11th Grade

Practice Problem

Hard

Created by

Miss Flewitt

Used 600+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a IF statement a type of?

Iteration

Sequence

Selection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a WHILE loop a type of?

Iteration

Sequence

Selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this code do?

x = random.randint(0,4)

x is set to 0,4

x is set to a random number between 0 and 4

this code does not work

x is set to 0, then 1, then 2, then 3, then 4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted to use anything such as time.sleep() from another library, what must you first do?

import the library

use the function from the library

create a new function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get the user to type their name in?

name = "Tom"

name = ("What is your name?")

print("What is your name?")

name = input("What is your name?")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you find out how many letters are in a variable called word?

wordLength = length(word)

wordLength = len(word)

wordLength = 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line correctly displays a users name?

name = input("What is your name?")

print("Welcome", name)

name = ("What is your name?")

print("Welcome", name)

name = input("What is your name?")

print("Welcome name")

name = input("What is your name?")

print("Welcome" name)

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?