Computer Science, asked by shanthidsouza441, 3 months ago

fill in the blank......​

Attachments:

Answers

Answered by gauravsingh77771988
1

Answer:

Answer 3

Answer4 while loop

A while loop executes an unknown number of times, as long at the BOOLEAN EXPRESSION is true.

Answer5 Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. ... Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse.Answer-the option you read it in the book is your answer.

Answer6 Python is often compared to other interpreted languages such as Java, JavaScript, Perl, Tcl, or Smalltalk.answer- python.

Answer7 Variable is a name that is used to refer to memory location. Python variable is also known as an identifier and used to hold value. Variable names can be a group of both the letters and digits, but they have to begin with a letter or an underscore.answer-Indentifiers are used to hold value.

Answer8 A loop is a programming construct in which we define a block of code that we want the computer to execute repeatedly, as well as how many times the computer should execute that block of code.answer-loop

Answer9 Loops are powerful programming concepts supported by almost all modern programming languages. It allows a program to implement iterations, which basically means executing the same block of code two or more times.answer- loops

Answer10 In computer science, the Boolean data type is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century. The Boolean data type is primarily associated with conditional statements, which allow different actions by changing control flow depending on whether a programmer-specified Boolean condition evaluates to true or false. It is a special case of a more general logical data type (see probabilistic logic)—logic doesn't always need to be Boolean.

I will edit my answer wait some more minutes

Similar questions