WorksheetsPCEP Prep - Week 0 (CFU)
Total questions: 8
Worksheet time: 4mins
What are the four fundamental elements that make a language?
Alphabet, Lexi, Phonetics, Semantics
Alphabet, Phonetics, Phonology, Semantics
Alphabet, Lexis, Syntax, Semantics
Alphabet, Morphology, Phonetics, Semantics
What will be the output when this code is run:
What's Up?!
What
Syntax Error
"What's Up?!"
What's the best definition of a script?
An error message generated by the interpreter
A text file which contains instructions that make up a Python Program
An error message generated by the compiler
A text file which contains sequences of 0's and 1's
What do you call a command line interpreter which lets you interact with your OS and execute Python commands and scripts?
A compiler
An editor
Jython
A console
What will be the output when this code is run?
8
6
9
4
What will be the output when this code is run?
0
65
2
3
What will be the output when this code is run?
0
False
True
5
What will be the output when this code is run?
Hello how are you today?
Hellohowareyoutoday?
Hello---how are you---today?
"Hello---how are you---today?"
