CS Unit 3 Review Functions

CS Unit 3 Review Functions

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Quiz Pengetahuan Tipe Data

Quiz Pengetahuan Tipe Data

10th Grade - University

6 Qs

Python Variables Quiz

Python Variables Quiz

12th Grade

10 Qs

CCDI Competition- League 2 - Cycle 3

CCDI Competition- League 2 - Cycle 3

9th - 12th Grade

5 Qs

Tech+ 2.3.3 Understanding Passwords and Security

Tech+ 2.3.3 Understanding Passwords and Security

10th Grade

11 Qs

Python Mod 2 Sec 6

Python Mod 2 Sec 6

11th Grade

6 Qs

Javascript Intro Parte II

Javascript Intro Parte II

12th Grade

8 Qs

Recap Sli 17

Recap Sli 17

12th Grade

10 Qs

Latihan Soal #1

Latihan Soal #1

12th Grade

10 Qs

CS Unit 3 Review Functions

CS Unit 3 Review Functions

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Easy

Created by

Wendy Coury

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?

def

func

df

fun

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False? A function MUST have parameters.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What convention do you use when naming a function?

camelCase

all uppercase letters

lowercase letters and spaces

lowercase letter and underscores

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What vocabulary term means to join together without a gap?

immutable

concatenate

string handling

manipulation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Numbers are read as text in which of the following?

integer

boolean

string

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be?

greeting= "Hello and welcome!"

print (greeting.index ("w"))

9

10

11

12