CS Unit 3 Review Functions

CS Unit 3 Review Functions

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

11th Grade

10 Qs

Informatika

Informatika

11th Grade

10 Qs

Quiz Pengetahuan Awal

Quiz Pengetahuan Awal

10th Grade

10 Qs

Ice Breaking Tipe data dan Identifier

Ice Breaking Tipe data dan Identifier

10th Grade

10 Qs

Safety Quiz by YAAL Students

Safety Quiz by YAAL Students

9th - 12th Grade

10 Qs

Tech+ 2.3.5 Password Security and Strength

Tech+ 2.3.5 Password Security and Strength

10th Grade

11 Qs

Python Programming Basics

Python Programming Basics

11th Grade

11 Qs

Dasar Pemrograman & Arduino

Dasar Pemrograman & Arduino

11th 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