Podcast
Questions and Answers
Programming language C++ uses ______
Programming language C++ uses ______
compilers
Programming languages like Python and Ruby use ______
Programming languages like Python and Ruby use ______
interpreters
Structured programming aims at improving clarity, quality, and development time by making extensive use of subroutines, block structures, and ______
Structured programming aims at improving clarity, quality, and development time by making extensive use of subroutines, block structures, and ______
for and while loops
Top-Down Design Principle was created by Dr.Edsger W.Dijkstra in ______
Top-Down Design Principle was created by Dr.Edsger W.Dijkstra in ______
Signup and view all the answers
______ programming focuses on organizing code around objects and classes
______ programming focuses on organizing code around objects and classes
Signup and view all the answers
Object Oriented Programming is based on the concept of ______
Object Oriented Programming is based on the concept of ______
Signup and view all the answers
A compiler translates source code into ______ readable code
A compiler translates source code into ______ readable code
Signup and view all the answers
Object Oriented Programming contains data in the form of fields, often known as ______
Object Oriented Programming contains data in the form of fields, often known as ______
Signup and view all the answers
______ programming languages are based on solving problems through constraints or rules declared in the program
______ programming languages are based on solving problems through constraints or rules declared in the program
Signup and view all the answers
______ programming describes computation in terms of program state and actions that change state
______ programming describes computation in terms of program state and actions that change state
Signup and view all the answers
In ______ programming, computations are specified through mathematical functions
In ______ programming, computations are specified through mathematical functions
Signup and view all the answers
______ programming paradigm focuses on making the computer program solve problems for you
______ programming paradigm focuses on making the computer program solve problems for you
Signup and view all the answers
1st generation of programming language is Machine Language, which uses ______ codes made up of only zeroes and ones
1st generation of programming language is Machine Language, which uses ______ codes made up of only zeroes and ones
Signup and view all the answers
2nd generation of programming language is Assembly Language, which uses ______ or very short words for commands
2nd generation of programming language is Assembly Language, which uses ______ or very short words for commands
Signup and view all the answers
3rd generation of programming language is High-Level Language, which is considered high-level because it is closer to ______ languages
3rd generation of programming language is High-Level Language, which is considered high-level because it is closer to ______ languages
Signup and view all the answers