CS Unit 3 Review Functions

CS Unit 3 Review Functions

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

C++ Moxillón

C++ Moxillón

9th - 12th Grade

11 Qs

HTML Basics Quiz

HTML Basics Quiz

9th - 12th Grade

7 Qs

QUIZ NI JOHN CARLO

QUIZ NI JOHN CARLO

11th Grade

7 Qs

ICT, Phishing and Malware

ICT, Phishing and Malware

7th - 12th Grade

6 Qs

Lesson 1.2 Quiz

Lesson 1.2 Quiz

10th Grade

10 Qs

java2/67

java2/67

12th Grade - University

10 Qs

Prova Pr. 2 edicao:Funções: des. recom. c/JavaScript

Prova Pr. 2 edicao:Funções: des. recom. c/JavaScript

9th - 12th Grade

10 Qs

G 10- Understanding Main Memory and Cache

G 10- Understanding Main Memory and Cache

10th Grade - University

11 Qs

CS Unit 3 Review Functions

CS Unit 3 Review Functions

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Practice Problem

Easy

Created by

Wendy Coury

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

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