Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Multiple choises please Computer Science is: the study of what can be computed t

ID: 3580503 • Letter: M

Question

Multiple choises please Computer Science is: the study of what can be computed the study of computers the use of computers in scientific research another phrase for "Information Technology" A step-by-step set of instructions for accomplishing some task is called a(n) calculation expert system interpreter algorithm Consider the following function: def greet(person): print("Hello", person) In this code, person, is an example of a(n): actual parameter program function formal parameter A docstring in Python is indicated by a colon (:) dollar sign ($) triple double quotes (""") pound sign (#) The goal of the design phase of the software development process is to determine what the program should do to create an algorithm that solves the problem to make sure that the program does not contain any errors to continue improving the program to meet user needs Fragments of code that produce new data values are called statements identifiers variables expressions Suppose a program executes the following statement. value = input("Enter a number: ") In response to the prompt, the user types "5 + 5". What is the result? the program crashes 10 55 "5 + 5" What is the result of evaluating list (ranged (1, 7, 2))? [1, 2, 3, 4, 5, 6] (1, 3, 5, 7] [1, 3, 5] None of the above

Explanation / Answer

1 . B ( the study of the principles and use of computers)

2. D. (Algorithm)

3. D (Parameter Written In Function Definition is Called “Formal Parameter”.)

4. C (triple double quotes)

5.A (to determne what the programme should do)

6. D (expressions)

7. B (10)

8.C ([1,3,5])