subject

What is a text based language that can be used to build all kinds of things

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:20
Write a pseudocode solution for each of these problems. 1. design a while loop that lets that user enter a number. the number should be multiplied by 10, and the result stored in a variable named product. the loop should iterate as long as product contains a value less than 100. 2. design a do-while loop that asks the user to enter two numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to perform the operation again. if so, the loop should repeat; otherwise it should terminate. 3. design a for loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 100. 4. design a nested loop that displays 10 rows of # characters. there should be 15 # characters in each row. 5. convert this for loop to a while loop. declare integer count for count = 1 to 50 display count end for 6. find the error in the following pseudocode. declare boolean finished = false declare integer value, cube while not finished display “enter a value to be cubed.” input value; set cube = value ^ 3 display value, “ cubed is “, cube end while
Answers: 2
question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
question
Computers and Technology, 24.06.2019 08:00
Arah has entered data about football players from team a and team b in a worksheet. she enters names of players from team a with details about each player in different columns of the worksheet. similarly, she enters details of all the players from team b. which option will her view the data for team a and team b in two separate sections after printing? a. page break view b. freeze pane view c. split screen view d. full screen view e. zoom out view
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
What is a text based language that can be used to build all kinds of things...
Questions
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
History, 10.09.2020 05:01
question
English, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Physics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
question
Mathematics, 10.09.2020 05:01
Questions on the website: 13722361