(02SET)
What is the file extension of the script file that you will create for python programs using Python IDLE? .py .swift .cpp .java .csharp
.py
What is the total weight of your Revel Labs assignment category towards your final avg? 20% 10% 5% 30%
10%
In this module, you should ensure that you have setup which of the following software/tool? REVEL/inclusive access Idle LDB All choices are correct
All answer choices are correct
Which of the following is not a programming language? C Sharp Python CH Swift Eclipse Java
C Sharp
Which of the following is NOT an online sandbox? Codepad.org Codechief.org CNN.com Rextester.com Ideann.com
CNN.com
All canvas modules require you to complete Revel Lab assignment. True False
False
LDB is an interactive learning environment that replaces your traditional textbook, enlivens course material, and helps you stay on track throughout the class. True False
False
Within a python IDLE, running statements in interactive mode is not only convenient but also saves the python statements for later use. True False
False
What does IDE stand for? Integrated Development Environment Integrated Desk Environment ISO Desk Editor Integrated Developer Editor
Integrated Development Environment
Typing a python statement at the >>> prompt and executing it is called running python in IDLE's _________________ mode. Prompt Intersection Source code Script Interactive
Interactive
Which of the following is NOT an IDE? Python IDLE Xcode Net beans Visual Studio Notepad
Notepad
What IDE will we be using in this course to create programs/project assignment in this course? Microsoft word Microsoft Windows Notepad Excel Python Idle
Python Idle
A sandbox is NOT to replace an IDE. True False
True
Activating First Day (Inclusive Access) Course Material within your Canvas course will be beneficial to link and access your Revel content and labs/assignments from canvas directly. True False
True
An IDE consists of text editor, compiler, debugger, and other utilities integrated into one single component. True False
True
LDB that you downloaded and installed in this module will most likely be used in the future to take your Quizzes and Exams? True False
True
While running a Python program from a source file is known as running Python in script mode, and typing a Python statement at the >>> prompt and executing it is called running Python in interactive mode. True False
True
You can run Python IDLE on Windows or MAC OS. True False
True
Which of the following python statement is correct to display "Good Morning". print(Good Morning) output("Good Morning") print("Good Morning") display Good Morning) print Good Morning
print("Good Morning")
Online compilers/sandboxes can be used when you want to _________ (select all that apply). try out any programming language code but don't have a compiler installed try out features your installed compiler/interpreter does not support replace the required IDE for this course practice coding while away from your PC
try out any programming language code but don't have a compiler installed try out features your installed compiler/interpreter does not support practice coding while away from your PC