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

home / study / engineering / computer science / questions and answers / question

ID: 3833778 • Letter: H

Question

home / study / engineering / computer science / questions and answers / question 1 why is it useful to learn how to solve ...

Your question has been answered

Let us know if you got a helpful answer. Rate this answer

Question: Question 1 Why is it useful to learn how to solve ...

Bookmark

Question 1

Why is it useful to learn how to solve and program solutions with a limited set of commands?

a. It’s easier this way

b. Humans can only learn a limited number of commands

c. There isn’t a command to do every little thing

d. It’s more efficient this way

e. No answer is correct

Question 2

This is true about functions

Select one:

a. Meaningful function names help computers better understand programs

b. Meaningful function names help people better understand programs

c. Functions in programming are useful mathematical tools for doing complex computations

d. Functions in programming are named groupings of programming instructions

e. Two or more answers are correct

Question 3

It is imagined that at some point it will be

Select one:

a. Impossible to make a computer smaller

b. Faster to program the solution to a problem than doing it yourself

c. Easier to purchase a computer than a calculator

d. All answers are correct

e. Harder to buy a computer than it is to make one

Question 4

Abstraction in terms of programming can be defined as

Select one:

a. Finding a solution with the least amount of code

b. No answer is correct

c. Connecting to lines of code together

d. Three answers are correct

e. Pulling out specific differences to make one solution work for multiple problems

Question 5

You need to do some serious reconsideration about your future career if your future job will

Select one:

a. Align industry standards with people skills

b. Be in high demand in a few years

c. All answers are correct

d. Involve data manipulation

e. Involve repetitive labor

Question 6

Finding the shortest route between multiple points and returning to the starting point is often referred to as

Select one:

a. Logistics mapping

b. Pert diagram analysis

c. The traveling salesman

d. Heuristics

e. No answer is correct

Question 7

Which of the following in not a true statement about functions?

Select one:

a. Functions are reusable programming abstractions

b. Functions help break a problem into logical chunks

c. Functions cannot make calls to other functions written by the same programmer

d. Functions help reduce the complexity of writing and maintaining programs

e. Once defined, a function can be called many times from different parts of a program

Question 8

According to Christian Genco you should learn to program because

Select one:

a. You’re lazy

b. Three answers are correct

c. Programming makes you smarter

d. No answer is correct

e. Computers grow faster than you

Question 9

Why would we be interested in learning about algorithms?

Select one:

a. They are the secret to our digital world and modern living

b. They are central to our daily lives with or without computers

c. We can’t live without them

d. All answers are correct

e. More and more, they are ruling our lives

Question 10

What is GitHub?

Select one:

a. A place to copyright shared software

b. Two or more answers are correct

c. A Website for selling software

d. No answer is correct

e. Software development and hosting platform

Explanation / Answer

Question 1
Why is it useful to learn how to solve and program solutions with a limited set of commands?
The two possible answers are:
a. It’s easier this way
d. It’s more efficient this way

Question 2
This is true about functions
Select one:
The two possible answers are:
b. Meaningful function names help people better understand programs
d. Functions in programming are named groupings of programming instructions
So, the conclusion is:
e. Two or more answers are correct

Question 3
It is imagined that at some point it will be
Select one:
This is related to imagination, and it has perspectives. So, the answer could be:
d. All answers are correct

Question 4
Abstraction in terms of programming can be defined as
Select one:
There is nothing related to abstraction in the given options. So, the answer is:
b. No answer is correct

Question 5
You need to do some serious reconsideration about your future career if your future job will
Select one:
e. Involve repetitive labor