1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
notsponge [240]
3 years ago
15

Which of the following about if statement is true? A. The condition is a Boolean expression B. A Boolean expression is something

the computer can test whether it is true or not C. If statement is used to implement selection control structure D. All of the above are true
Computers and Technology
1 answer:
lianna [129]3 years ago
3 0

Answer:

D) All the above are true

Explanation:

consider this code snippet

<em>int age =17;</em>

<em>if(age<18){</em>

<em>  cout<<"You are young"<<endln;</em>

<em>}</em>

<em>else{</em>

<em>  cout<<"You are an adult"<<endln;</em>

<em>}</em>

From this code snippet we see the use of an if statement which is followed by the condition age<18. We can see that this condition can only be true or false that is boolean (Fulfils option A in the question) And we know that a boolean expression is something the computer can test whether it is true or not (fulfills option B). Then finally we have used it to implement a selection control with the combination of an else branch. So all of the options are true

You might be interested in
Https://www.blooket.com/play?id=300932<br> please
padilas [110]

Answer:

Okay, I will play with you

3 0
3 years ago
Read 2 more answers
In its simplest form, the __________ has two columns: the first column lists every computer and device in the network, while the
allochka39001 [22]

Answer: Routing table

Explanation:

  Routing table is basically used to store the network route information in the form of data file in the random access memory (RAM). It mainly store information about the various types of connection and the remote network.

The routing table contain two columns and the first column is basically used for listing the every networking device and the computer system.

On the other hand, the second column s basically used to list about the destination device in which the computer wants to send a message. The main function of the router is to forward the packet to its actual destination by using the routing table.

4 0
3 years ago
1) In your own words, explain what a browser is. 2) Why is it important to keep your browser up to date?
marta [7]

Answer:

A browser is a software that is used to access the internet. A browser lets you visit websites and do activities within them like login, view multimedia, link from one site to another, visit one page from another, print, send and receive emails, among many other activities

The most important reason to keep your browser up-to-date is for your own safety and security, and that of your computer. ... If you're a Firefox user, your browser will remind you to update your add-ons whenever new versions become available.

Malicious hackers and Web sites can exploit security flaws in browsers and infect your computer with harmful programs, trojans, and viruses. Regular updates to your browser fix security problems when they are detected, and make your computer safer from those types of attacks.

6 0
4 years ago
Program should allow for user to enter students name and his four test scores it should calculate and display the average and le
AfilCa [17]
What programming language are you trying to achieve this in? 
3 0
3 years ago
Imagine that you wanted to write a program that asks the user to enter in 5 grade values. The user may or may not enter valid gr
OLEGan [10]

Answer:

B. A "while" loop inside of a "for" loop

Explanation:

To enter 5 grade values, a for loop can be used to specify the number of grade values to be entered by the user, in other to ensure the validity of the grade values entered by the user, the while loop will be used inside the for loop such that the inputted values will only be accepted when the user enters a valid grade.

Code structure :

For a in range(0, 5) :

grade = input()

while grade (enter condition)

This is just the code structure and this will work for the problem stated.

5 0
3 years ago
Other questions:
  • Schools are businesses that need to install software on a large number of computers can usually obtain a ______
    13·1 answer
  • • Write a program to find the maximum, minimum, and average score of players. The input to the program is a file containing play
    9·1 answer
  • Operating systems provide a measure of security by allowing users to access to those resources they've been cleared to use as we
    8·1 answer
  • How scientist and technology beliefs society
    14·1 answer
  • Yeah help me please......................
    9·1 answer
  • Suppose we want to select between two prediction models M1 and M2. We have performed 10-fold cross validation on each. The error
    14·1 answer
  • Which tool allows users to share code and also serves as a social networking
    10·1 answer
  • Will mark Brainliest!! What is the best memory to use on a computer? Why?
    9·1 answer
  • This is science I just couldn’t find it
    15·1 answer
  • Which of the following statement is correct ? A . potential difference is measured by ammeter . B . The unit of potential differ
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!