Programming with Python Chapter 1: Introduction to Programming exam questions and complete correct answers 2023
Syntax - correct answer The rules for combining words into grammatically sensible sentences in a given programming language. Symantics - correct answer The study of meaning in a programming language. Script - correct answer A program or sequence of instructions that is interpreted or carried out by another program rather than by the computer processor. Function - correct answer "Self contained" modules of code that accomplish a specific task. Keyword - correct answer Predefined, reserved words used in programming that have special meanings to the compiler. String - correct answer A sequence of characters, either as a literal constant or as some kind of variable. Integer - correct answer All whole numbers (both positive and negative) and zero. Float - correct answer A data type composed of a number that is not an integer, because it includes a fraction represented in decimal format. Variable - correct answer Used to store information to be referenced and manipulated in a computer program. Assignment Statement - correct answer Sets and/or re-sets the value stored in the storage location(s) denoted by a variable name
Written for
- Institution
- Programming with Python Chapter 1
- Course
- Programming with Python Chapter 1
Document information
- Uploaded on
- December 20, 2023
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
programming with python chapter 1 introduction