CS50 IDE

CS50 IDE

Assessment

Quiz

Created by

Joan Goldberg

Computers

9th - 12th Grade

28 plays

Hard

Student preview

quiz-placeholder

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is an IDE in computers?

Integrated Development Environment

Software tool used to code, run and debug your program

15th of March

All of the above

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What can you do in the terminal window?

Make a directory (mkdir)

Delete a directory (rmdir)

Compile and run a program

Change directories (cd)

List the files and directories where you are (ls)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the terminal window, what is the bash prompt?

>>>

:

$

>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the terminal window, what is the python prompt?

>>>

:

$

>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you exit from the python prompt in the terminal window?

exit

exit()

quit

quit()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you clear the terminal window from the bash prompt?

clear

clear()

quit

exit()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the setting so that your files autosave?

Click CS50 IDE/Preferences/Experimental

Click File/Save

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a file extension?

The act of getting more time like an extension of a deadline that gives you one more day to turn in a paper,

The act of getting more length, like an extension that make your hair look longer.

A group of letters occurring after a period in a file name, indicating the format of the file.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for python files?

ide

python

py

p