Pack
CS 1101 Bundled Exams Questions and Answers Latest Versions (2024/2025) (Complete and Accurate)
CS 1101 Bundled Exams Questions and Answers Latest Versions (2024/2025) (Complete and Accurate)
[Montrer plus]CS 1101 Bundled Exams Questions and Answers Latest Versions (2024/2025) (Complete and Accurate)
[Montrer plus]Computers and Programming 1: Starting 
out with Python- Chapter 1 Quiz 
Questions with Complete Solutions 
 
T/F: A software developer is the person with the training to design, create, and test computer 
programs. True 
 
T/F: A computer is a single device that performs different types of tasks for...
Aperçu 2 sur 11 pages
Ajouter au panierComputers and Programming 1: Starting 
out with Python- Chapter 1 Quiz 
Questions with Complete Solutions 
 
T/F: A software developer is the person with the training to design, create, and test computer 
programs. True 
 
T/F: A computer is a single device that performs different types of tasks for...
CS 1101 Self-Quiz Unit 6 Latest Update 
 
Graded A+ 
 
A function that returns an integer value grater than 0 is called a boolean function. False 
 
Encapsulation is the process of wrapping a piece of code in a function True 
 
Encapsulation is the process of wrapping a piece of code in a function F...
Aperçu 1 sur 4 pages
Ajouter au panierCS 1101 Self-Quiz Unit 6 Latest Update 
 
Graded A+ 
 
A function that returns an integer value grater than 0 is called a boolean function. False 
 
Encapsulation is the process of wrapping a piece of code in a function True 
 
Encapsulation is the process of wrapping a piece of code in a function F...
CS 1101 UNIT 2: Variables, Expressions, 
 
and Statements 100% Solved 
 
What output will the following python command produce: 
 
>>> print (1,000,000) 
Select one: 
a. 1,000 
b. 1,000,000 
c. 1 0 0 
 
d. Error invalid type The correct answer is: 1 0 0 
 
What output will the following pyt...
Aperçu 2 sur 9 pages
Ajouter au panierCS 1101 UNIT 2: Variables, Expressions, 
 
and Statements 100% Solved 
 
What output will the following python command produce: 
 
>>> print (1,000,000) 
Select one: 
a. 1,000 
b. 1,000,000 
c. 1 0 0 
 
d. Error invalid type The correct answer is: 1 0 0 
 
What output will the following pyt...
CS 1101 Self Quiz 1 Latest Update 
 
Graded A+ 
 
Consider the following text from a Python interpreter. 
>>> print(2 + 2) 
4 
 
What is the text "4" called? 
Select one: 
a. a function 
b. an operator 
c. a prompt 
d. a statement 
 
e. a value e. a value 
 
What is python's response to ...
Aperçu 2 sur 14 pages
Ajouter au panierCS 1101 Self Quiz 1 Latest Update 
 
Graded A+ 
 
Consider the following text from a Python interpreter. 
>>> print(2 + 2) 
4 
 
What is the text "4" called? 
Select one: 
a. a function 
b. an operator 
c. a prompt 
d. a statement 
 
e. a value e. a value 
 
What is python's response to ...
CS 1101 TRUE/FALSE LATEST 2024 
 
GRADED A+ 
 
Fortran language was designed to process business transactions FALSE 
 
The COBOL language was designed to solve business problems and was adapted to processing 
business transactions TRUE 
 
The C language was developed at Bell Labs with the objective ...
Aperçu 2 sur 8 pages
Ajouter au panierCS 1101 TRUE/FALSE LATEST 2024 
 
GRADED A+ 
 
Fortran language was designed to process business transactions FALSE 
 
The COBOL language was designed to solve business problems and was adapted to processing 
business transactions TRUE 
 
The C language was developed at Bell Labs with the objective ...
CS1101 - Unit 5 Questions and Answers 
 
Already Passed 
 
What does function subroutine do? 
 
def subroutine( n ): 
while n > 0: 
print (n,) 
n -= 1 Counts from n down to 1 and displays each number 
 
What output will the following python command produce: 
 
>>> percentage = float ( 60...
Aperçu 2 sur 5 pages
Ajouter au panierCS1101 - Unit 5 Questions and Answers 
 
Already Passed 
 
What does function subroutine do? 
 
def subroutine( n ): 
while n > 0: 
print (n,) 
n -= 1 Counts from n down to 1 and displays each number 
 
What output will the following python command produce: 
 
>>> percentage = float ( 60...
CS 1101 Self-Quiz Unit 4 with Verified 
 
Solutions 
 
One of the advantages of a function is that it allows the programmer to alter the flow of 
execution in the program. False 
 
A stack diagram shows the value of each variable and the function to which each variable 
belongs. True 
 
True or Fals...
Aperçu 2 sur 6 pages
Ajouter au panierCS 1101 Self-Quiz Unit 4 with Verified 
 
Solutions 
 
One of the advantages of a function is that it allows the programmer to alter the flow of 
execution in the program. False 
 
A stack diagram shows the value of each variable and the function to which each variable 
belongs. True 
 
True or Fals...
Uopeople Week 7 CS 1101 Self-Quiz 
 
Rated A+ 
 
Python dictionaries are mutable 
true 
Which of the following types are allowed for Python dictionary values? 
a. dictionary 
b. list 
c. list of dictionaries 
d. tuple 
e. All of the above 
 
e. All of the above 
If you use a Python dictionary in a f...
Aperçu 1 sur 3 pages
Ajouter au panierUopeople Week 7 CS 1101 Self-Quiz 
 
Rated A+ 
 
Python dictionaries are mutable 
true 
Which of the following types are allowed for Python dictionary values? 
a. dictionary 
b. list 
c. list of dictionaries 
d. tuple 
e. All of the above 
 
e. All of the above 
If you use a Python dictionary in a f...
CS1101 Unit 7 Questions with Verified 
 
Answers 
 
A data type in which the values are made up of components, or elements, that are themselves 
values is known as an object data type. False 
 
Given any real numbers a and b, exactly one of the following relations holds: a < b, a > b, or a = 
...
Aperçu 2 sur 5 pages
Ajouter au panierCS1101 Unit 7 Questions with Verified 
 
Answers 
 
A data type in which the values are made up of components, or elements, that are themselves 
values is known as an object data type. False 
 
Given any real numbers a and b, exactly one of the following relations holds: a < b, a > b, or a = 
...
CS 1101 Questions and Answers with 
 
Verified Solutions 
 
Expressions evaluate to either true or false. What will the output of the following code be when 
the expression "Ni!" is evaluated? 
 
if "Ni!": 
print ('We are the Knights who say, "Ni!"') 
else: 
print ("Stop it! No more of this...
Aperçu 4 sur 93 pages
Ajouter au panierCS 1101 Questions and Answers with 
 
Verified Solutions 
 
Expressions evaluate to either true or false. What will the output of the following code be when 
the expression "Ni!" is evaluated? 
 
if "Ni!": 
print ('We are the Knights who say, "Ni!"') 
else: 
print ("Stop it! No more of this...
CS 1101 Questions and Answers Already 
 
Graded A 
 
In the following segment of Python code, what do we call the portion of the statement that 
follows the dot('.capitalize')? 
alize('maryland') 
a. Module 
b. Method 
c. Attribute 
 
d. Function name b. Method 
 
Assume that d is a Python dicti...
Aperçu 2 sur 6 pages
Ajouter au panierCS 1101 Questions and Answers Already 
 
Graded A 
 
In the following segment of Python code, what do we call the portion of the statement that 
follows the dot('.capitalize')? 
alize('maryland') 
a. Module 
b. Method 
c. Attribute 
 
d. Function name b. Method 
 
Assume that d is a Python dicti...
CS 1101: Programming Fundamentals 
Questions with Verified Solutions 
 
Consider the following Python program. 
 
fin = open('') 
for line in fin: 
word = () 
print(word) 
 
What does the program loop over? 
 
a. Lines in a file 
b. Lines in a list 
c. Words in a dictionary 
d. Words in a list 
 
...
Aperçu 4 sur 71 pages
Ajouter au panierCS 1101: Programming Fundamentals 
Questions with Verified Solutions 
 
Consider the following Python program. 
 
fin = open('') 
for line in fin: 
word = () 
print(word) 
 
What does the program loop over? 
 
a. Lines in a file 
b. Lines in a list 
c. Words in a dictionary 
d. Words in a list 
 
...
CS 1101 Programming Fundamentals 
Final Exam Review with Complete 
 
Solutions 
 
What output will the following Python program produce? 
 
n = 10000 
count = 0 
while n: 
 
count = count + 1 
n = n / 10 
n=int(n) 
print(count) 5 
 
What output will the following Python commands produce? 
 
>>...
Aperçu 3 sur 24 pages
Ajouter au panierCS 1101 Programming Fundamentals 
Final Exam Review with Complete 
 
Solutions 
 
What output will the following Python program produce? 
 
n = 10000 
count = 0 
while n: 
 
count = count + 1 
n = n / 10 
n=int(n) 
print(count) 5 
 
What output will the following Python commands produce? 
 
>>...
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur StellarScores. Stuvia facilite les paiements au vendeur.
Non, vous n'achetez ce résumé que pour $23.49. Vous n'êtes lié à rien après votre achat.
4.6 étoiles sur Google & Trustpilot (+1000 avis)
63950 résumés ont été vendus ces 30 derniers jours
Fondée en 2010, la référence pour acheter des résumés depuis déjà 15 ans