INF1511 Visual Programming I
University of South Africa
Hier vind je de beste samenvattingen om te slagen voor INF1511 Visual Programming I. Er zijn o.a. samenvattingen, aantekeningen en oefenvragen beschikbaar.
Alle 13 resultaten
Sorteer op:
-
Tentamen (uitwerkingen)
INF1511 - Visual Programming I EXAM PACK 2022.
-
---100april 20222021/2022A+
- INF1511 - Visual Programming I EXAM PACK 2022. Question 1 Multiple-choice questions [10] 
INF1S11 
OCTOBER/NOVEMBER 2019 
2 
Downloaded by: tebzamabalane | 
Distribution of this document is illegal 
S - The study-notes marketplace 
[Please Turn Over] 
e) A class may have two types of methods, namely class methods and static methods 
Briefly explain a difference between these two types of methods You may use a coded 
example to clarify ( 4) 
d) Explam why garbage collecnon rs required m programm...
-
$4.19 Meer Info
Tutorexpert01
-
Tentamen (uitwerkingen)
INF1511 - Visual Programming I exam pack 2022.
-
--1100april 20222021/2022A+
- INF1511 - Visual Programming I exam pack 2022. Question 1 Multiple-choice questions [10] 
INF1S11 
OCTOBER/NOVEMBER 2019 
2 
Downloaded by: tebzamabalane | 
Distribution of this document is illegal 
S - The study-notes marketplace 
[Please Turn Over] 
e) A class may have two types of methods, namely class methods and static methods 
Briefly explain a difference between these two types of methods You may use a coded 
example to clarify ( 4) 
d) Explam why garbage collecnon rs required m programm...
-
$4.19 Meer Info
DoctorReinhad
-
Tentamen (uitwerkingen)
INF1511-Beginner-Exam pack
-
---34november 20212021/2022
- What is a correct syntax to output "Hello World" in Python? 
print("Hello World") Your answer 
echo("Hello World"); 
p("Hello World") 
echo "Hello World" 
Question 2: 
How do you insert COMMENTS in Python code? 
#This is a comment Your answer 
//This is a comment 
/*This is a comment*/ 
Question 3: 
Which one is NOT a legal variable name? 
_myvar Your answer 
my_var 
my-var Correct answer 
Myvar 
Question 4: 
How do you create a variable with the numeric value 5? 
Both the other answer...
-
$3.89 Meer Info
lectdenis
-
Tentamen (uitwerkingen)
INF1511-MCQ-PACK.
-
2.0(1)2.0515november 20212021/2022A+
- Which of the following are true for objects of Python’s set type: 
The order of elements in a set is significant. 
A given element can’t appear in a set more than once. 
A set may contain elements that are mutable. 
Sets are mutable. 
2. Which of the following define the set {'a', 'b', 'c'}: 
s = {('a', 'b', 'c')} 
s = set('a', 'b', 'c') 
s = {'a', 'b', 'c'} 
s = set('abc') 
s = set(['a', 'b', 'c']) 
3. What Python expression tests whether the string 'foo' i...
-
$3.89 Meer Info
lectdenis
-
Samenvatting
INF1511-Python SUMMARY.
-
---89november 20212021/2022
- Phyton 
Powerful high-level, dynamic object-oriented programming 
INTRODUCTION 
Features of Python 
 Python is easy to learn. 
 It has easier to read syntax. 
 It uses white space to indent lines for defining blocks instead of using brackets. 
 Python is free. 
 It comes with a large number of libraries included, and there are many more that you can download and 
install. 
 Python can be integrated with other languages, like C, C++, and Java. 
 Python is an interpreted langu...
-
$3.99 Meer Info
ExellentStudyResources
-
Tentamen (uitwerkingen)
INF1511-MCQ-PACK.
-
--115november 20212021/2022A+
- 1. Which of the following are true for objects of Python’s set type: 
The order of elements in a set is significant. 
A given element can’t appear in a set more than once. 
A set may contain elements that are mutable. 
Sets are mutable. 
2. Which of the following define the set {'a', 'b', 'c'}: 
s = {('a', 'b', 'c')} 
s = set('a', 'b', 'c') 
s = {'a', 'b', 'c'} 
s = set('abc') 
s = set(['a', 'b', 'c']) 
3. What Python expression tests whether the string 'foo...
-
$3.79 Meer Info
LOVELY01