CSC300: Closure Group Activity - Week 6

CSC300: Closure Group Activity - Week 6

8th Grade

6 Qs

quiz-placeholder

Similar activities

Database

Database

8th Grade

10 Qs

Python Class 8 Assessment

Python Class 8 Assessment

6th - 8th Grade

10 Qs

File System & CLI

File System & CLI

7th - 8th Grade

9 Qs

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

10 Qs

Formulas in Excel

Formulas in Excel

6th - 9th Grade

10 Qs

Lesson 3

Lesson 3

8th Grade

10 Qs

Programming - Data Types

Programming - Data Types

1st - 10th Grade

10 Qs

File Extensions

File Extensions

5th - 9th Grade

10 Qs

CSC300: Closure Group Activity - Week 6

CSC300: Closure Group Activity - Week 6

Assessment

Quiz

Computers

8th Grade

Medium

Created by

mohammad sahnoon

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to write on a File?

File = open("FileName.txt","a")

File = open("FileName.txt","r")

File = open("FileName.txt","w")

File = open("FileName.txt","x")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to close a file?

File.open()

File.read()

File.write()

File.close()

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Constants are used to store data that doesn't change.

True

False

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Files can be used as a permanent data storage method.

True

False

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is considered as an advanced data storage method?

Variables

Files

Constants

Arrays

6.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is the data type that can be used for numbers and characters such as text at the same time?