Python Basic

Python Basic

1st - 3rd Grade

38 Qs

quiz-placeholder

Similar activities

HTML/CSS/Javascript

HTML/CSS/Javascript

KG - 12th Grade

38 Qs

HTML i CSS - podstawowe znaczniki

HTML i CSS - podstawowe znaczniki

3rd - 7th Grade

34 Qs

Linux2 - Lesson 6 (exam training)

Linux2 - Lesson 6 (exam training)

1st - 10th Grade

40 Qs

QUIZ_4

QUIZ_4

1st Grade

40 Qs

PTS WEB Sem 2

PTS WEB Sem 2

1st Grade

40 Qs

Latihan Ulangkaji ASK Tingkatan 1 : 4.2 Kod Arahan HTML

Latihan Ulangkaji ASK Tingkatan 1 : 4.2 Kod Arahan HTML

1st - 3rd Grade

40 Qs

HTML/CSS

HTML/CSS

2nd Grade

34 Qs

Python Basic

Python Basic

Assessment

Quiz

Mathematics, Computers

1st - 3rd Grade

Medium

Created by

D Dh

Used 39+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct print command?

print("Hello world!")

print"Hello world!"

print(Hello world!)

print Hello world!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct input command?

name=input(Enter your name)

name=input("Enter your name")

name=input"Enter your name"

name=("Enter your name")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the "int" command in python?

Print commands

Input data from the user

Enter data to the output

Converts input to an integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use _________to store values that can be used to control commands in our code. We can also alter these values throughout the code.

Value

Constant

Iteration

Variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use _________ from the user to control our code.

print

variable

input

output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can tell the computer how to make decisions using _________________. Make sure that all the code inside your if/else statement is indented one level!

Loop

if/else statements

print()

variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the function of the tag below?

store meta information about the title

show the server how to index the website

show the title of the website for the browser and search engine result

show the server how to title the website

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?