CS Unit 3 Review Functions

CS Unit 3 Review Functions

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

java2/67

java2/67

12th Grade - University

10 Qs

grade10 w4

grade10 w4

10th Grade

5 Qs

Python Module 2 Section 6 Review

Python Module 2 Section 6 Review

11th Grade

10 Qs

CH. 2 - Concept of Comp. Problem Solving - Review

CH. 2 - Concept of Comp. Problem Solving - Review

10th Grade

10 Qs

7.3.3 Console Input & Output

7.3.3 Console Input & Output

10th Grade

11 Qs

Problem-solving  and Program Design Concepts

Problem-solving and Program Design Concepts

11th Grade

10 Qs

Understanding Programming Concepts

Understanding Programming Concepts

9th Grade

10 Qs

(أنواع البيانات في لغة بايثون( تقييم الهدف الأول

(أنواع البيانات في لغة بايثون( تقييم الهدف الأول

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