ERCEC Coding Bootcamp: Day 2

ERCEC Coding Bootcamp: Day 2

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Program Development - Python: Output

Program Development - Python: Output

9th - 10th Grade

20 Qs

Python Quiz

Python Quiz

9th Grade

17 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

strings

strings

11th Grade

15 Qs

Puthon upto and including loops quiz

Puthon upto and including loops quiz

9th - 12th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

ERCEC Coding Bootcamp: Day 2

ERCEC Coding Bootcamp: Day 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Michael S

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string in python?

A thin rope

A sequence of characters

Numbers

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

38 < 38

True

True/False

False

None of the above

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Today is day 2 of our coding bootcamp at ERCEC and we have been learning to program using ______

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is programming?

Writing code on a computer

Writing computer instructions

Writing computer instructions using a programming language on a code editor

All of the above

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

The function len() achieves what?

Gives the meaning of a string

Gives the length of a string

Gives the number of characters in a string

None of the above

Answer explanation

The length of a string is the number of characters contained in the string.

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

print("Hello world'

What is the problem with the above code?

Letter "p" is not capitalised

Letter "w" is not capitalised

The speech marks are not the same

The closing bracket is not present

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a list written in python?

["Jane", 78, 98, "Anna"]

("Jane", 78, 98, "Anna")

{"Jane", 78, 98, "Anna"}

"Jane", 78, 98, "Anna"

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?