Week 6 - Input/Output Functions

Week 6 - Input/Output Functions

9th - 12th Grade

46 Qs

quiz-placeholder

Similar activities

Week 4 - What is Python?

Week 4 - What is Python?

9th - 12th Grade

46 Qs

แบบทดสอบวิชาการเขียนโปรแกรมภาษาไพธอนเบื้องต้น (ภาคทฤษฎี)

แบบทดสอบวิชาการเขียนโปรแกรมภาษาไพธอนเบื้องต้น (ภาคทฤษฎี)

11th Grade

41 Qs

Y9 Summary

Y9 Summary

9th Grade

45 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

9th - 12th Grade

46 Qs

Python Programming Certification Exam

Python Programming Certification Exam

9th - 12th Grade

46 Qs

Python Assessment Year 8

Python Assessment Year 8

8th - 9th Grade

50 Qs

Unit 2 review

Unit 2 review

9th - 12th Grade

42 Qs

software dev

software dev

9th - 12th Grade

50 Qs

Week 6 - Input/Output Functions

Week 6 - Input/Output Functions

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Brandon Dolce

Used 22+ times

FREE Resource

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ways computers (and people) GET information

Inputs

Outputs

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ways computers (and people) GIVE information

Inputs

Outputs

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What function converts the data in a variable into a 'integer'?

int()

str()

bool()

float()

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What function converts the data in a variable into a 'float'?

int()

flt()

bool()

float()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What function converts the data in a variable into a 'string'?

str()

float()

bool()

string()

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does this built-in function do?

input()

Opens the CD tray.

Prompts the user to enter data.

Displays the word 'input'.

Exits the program.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you ask for the user to input their name?

name = int("what is your name")

print("What is your name?")

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

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

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?