Podcast
Questions and Answers
An ordered set of instructions to be executed by a computer to carry out a specific task is called a ______
An ordered set of instructions to be executed by a computer to carry out a specific task is called a ______
program
The language used to specify a set of instructions to the computer is called a ______ language
The language used to specify a set of instructions to the computer is called a ______ language
programming
Computers understand the language of 0s and 1s, which is known as machine language or ______ level language
Computers understand the language of 0s and 1s, which is known as machine language or ______ level language
low
Python programs are executed by an ______
Python programs are executed by an ______
Signup and view all the answers
High-level programming languages like Python, C++, Visual Basic, PHP, Java are easier to manage by humans but not directly understood by the ______
High-level programming languages like Python, C++, Visual Basic, PHP, Java are easier to manage by humans but not directly understood by the ______
Signup and view all the answers
Python is a high level ______
Python is a high level ______
Signup and view all the answers
A program written in a high-level language is called ______ code
A program written in a high-level language is called ______ code
Signup and view all the answers
Python is case-______
Python is case-______
Signup and view all the answers
Python uses indentation for ______ and nested blocks
Python uses indentation for ______ and nested blocks
Signup and view all the answers
There are two ways to use the Python ______: a) Interactive mode b) Script mode
There are two ways to use the Python ______: a) Interactive mode b) Script mode
Signup and view all the answers