CSC300: Closure Group Activity - Week 6

CSC300: Closure Group Activity - Week 6

8th Grade

6 Qs

quiz-placeholder

Similar activities

Файлы

Файлы

8th Grade

10 Qs

Revision G8

Revision G8

8th Grade

10 Qs

Networking Protocols

Networking Protocols

8th Grade

10 Qs

Creating a document

Creating a document

1st Grade - Professional Development

9 Qs

Computer Privacy and security

Computer Privacy and security

6th - 8th Grade

11 Qs

MOAC Excel 2016 Lesson 03

MOAC Excel 2016 Lesson 03

8th - 12th Grade

10 Qs

File Type Extensions

File Type Extensions

8th Grade - University

10 Qs

Python Final Assessment

Python Final Assessment

4th - 12th 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?