(15) You are a Pascal teacher (a very good programmer using assembly language(i.e., machine language) of your local machine). You are given only the following programmes:(at) A compiler written in P-code: translate a program in Pascal to one in P-code(P-code is very close to your local machine language).(b) A P-code interpreter written in Pascal: able to interpret any program writtenin P-code.a) (10) What will you do (with minimal effort) to run the Pascal programs yourstudents submit on your local machine

Answers

Answer 1
If you Could out A B C D separate that would help

Related Questions

What is another name for control structure
Object
Sequence
Loop
Decision

Answers

Answer: Sequence

Brainliest me and reply if im right!

jeff has just upgraded from windows 7 to windows 10 and he is confused. He has started several universal apps but he can't figure out how to close them. how would you explain the process for closing a universal app?

Answers

Answer: Find the app you want to close, then go to the moveable panel and click the X.

To have integrity means that you

Answers

You are honest and disciplined

______ are special characters that allow you to
search for multiple words at the same time.
-Find expressions
-Defined expressions
-Regular expressions
-Search expressions

Answers

Answer:

Defined Expression

Explanation:

This will be your answer

what is 30 x 30 x 30 x 30

Answers

810,000 i asked siri

Answer:

its is 810000

Explanation:

hope this helps

Josh wrote the following e-mail to his co-worker. PLEASE HELP QUWICK



i need the figues to enter them into my DBA presentation. ASAP. please send.

This is an example of _____.


effective communication

nonverbal communication

ineffective communication

workplace communication

Answers

Answer:

Answer choice 4

Explanation:

If Josh sends an e-mail to his... co-worker.... wouldn't that be... workplace communication?

D because he is sending a email to his coworker making it workplace communication

Which of the following items are present in the function header?

A. function name and parameter (variable) list

B. parameter (variable) list

C. return value

D. function name

Answers

Where is the function header you speak of ?
Variable list. Variables always come first

Write a program that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary. For an integer x, the algorithm is:
As long as x is greater than 0
Output x % 2 (remainder is either 0 or 1)
x = x // 2
Note: The above algorithm outputs the 0's and 1's in reverse order. You will need to write a second function to reverse the string.
Ex: If the input is:
6
the output is:
110
Your program must define and call the following two functions. The function integer_to_reverse_binary() should return a string of 1's and 0's representing the integer in binary (in reverse). The function reverse_string() should return a string representing the input string in reverse.
def integer_to_reverse_binary(integer_value)
def reverse_string(input_string)
Note: This is a lab from a previous chapter that now requires the use of a function.

Answers

Answer:

#include <iostream>//header file

#include <string>//header file

using namespace std;

string integer_to_reverse_binary(int integer_value)//defining a method integer_to_reverse_binary  

{

   string ret = "";//defining string variable

   while (integer_value > 0) //using while loop to check integer_value value is greater than 0

   {

       ret += '0' + (integer_value % 2);//adding zeros in remainder value

       integer_value /= 2;//holding quotient value

   }

   return ret;//return string value

}

string reverse_string(string input_string)//defining a method reverse_string that holds a parameter user_String  

{

   string result;//defining a string variable  

   for (int i = 0; i < input_string.length(); ++i)//use for loop to calculate value  

   {

       result += input_string[input_string.length()-i-1];//add value in result variable

   }

   return result;//result result variable value

}

int main()//defining main method  

{

   int num;//defining integer variable

   string str;//defining string variable

   cin >> num;//input num value

   str = integer_to_reverse_binary(num);//use str variable to call the integer_to_reverse_binary method

   cout << reverse_string(str) << endl;//printing the reverse_string method value

   return 0;

}

Output:

6

110

Explanation:

In this code two string method "integer_to_reverse_binary and reverse_string" is defined that holds one parameter "integer_value and input_string".

In the first method a string variable is defined, that use the while loop to check integer value is greater than 0 and add zeros in the value and return its value as a string.

In the second it reverse the string value and store into the result variable, and in the main method the "num and str" variable is defined, and in the num it takes integer value and pass into the above method and print its return value.    

You want to substitute one word with another throughout your
document. What tool(s) should you use?
O Cut and Paste
O Dictionary
O Find and Replace
O Copy and cut

Answers

I’m pretty sure it’s “Find and paste”

“A school is looking to build a new 30 desktop PC computer suite. The school has limited funds available. The PCs will have a lot of different software installed as well as an operating system and multiple students’ profiles.” [6 marks]

Answers

Answer:

it depend on the software the computer has along with how much data it can hold

Explanation:

Answer:

Depends on the software code the computer has

Explanation:

Vampire Diaries Trivia

Alaric.....?

What were the first vampires called?

How did Elena's parents die?

Answer correctly and you will get Brainliest and 10 points.

Answers

Answer:

Alaric Saltzman.

The Originals.

Car crash, ran off Wickery bridge.

Explanation:

Answer:

okkk I got this TVD since forever

Explanation:

Alaric Saltzman

They are called the original vampires (Mikael, Finn, Elijah, Klaus, Kol, and Rebekah)

Elena parents died on the way back home from picking up Elena from a party. They end up driving off the Wickery Bridge. Stefan saved Elena though he was going to save Elena dad first however her dad told Stefan to get Elena.

A keyboard would be considered _____. Select 2 options.

Answers

Answer:

What are the 2 options?

Explanation:

Answer:

Do you have the options?

Explanation:

besides earning money why do people work​

Answers

Answer:

to make a name for themselves

Explanation:

besides earning money some people actually enjoy their job and do it simply because they like it others do it because they genuinely want to help people for example, people who work in the medical field who actually care abt their patients

Overview
A big group of 15 guests is getting together at a restaurant for a birthday. The restaurant has 3 tables that can each seat only 5 people. Below you can find some information about the people who are attending the party.

Aysha, Ben, Carla, Damien, Eric, Fan, Genaro, Hannah, Isaias, Jessica, Kyla, Laila, Max, Nazek, Owen

Close Friends (Try to put them together)
Aysha and Damien
Max and Isaias
Nazek and Laila
Owen and Genaro
Ben and Jessica
Genaro and Eric
In a Fight (Try to keep them apart)
Aysha and Genaro
Ben and Hannah
Fan and Max
Damien and Laila
Isaias and Owen
Kyla and Jessica
Objective
Find the best possible arrangement of guests at the party. Draw your solution in the space below. To help you can cross out the letters of the names you’ve assigned in the row below.

A
B
C
D
E
F
G
H
I
J
K
L
M
N
O

Answers

Answer:

the answer is in the image below:

Explanation:

Assuming even parity, find the parity bit for each of the following data units. a. 1001011 b. 0001100 c. 1000000 d. 1110111

Answers

Answer:

b. 0001100

Explanation:

1100

Your computer system looses power while you are working on a project for a very important client

Answers

isljgaek jadkghdkjhasdkjfhadskj afhdsfkjdahk dh

Answer:

I never knew that, thank you for telling me! I'll note that down

6. What is a search engine?
a program that searches engines
a web site that searches anything
a hardware component
a machinery engine that search data

Answers

It is a web site that searches anything

Answer:

It is a web site that searches anything, the guy above me was Correct EDGE 2022!

Explanation:

What will be the output?
class num:
def __init__(self, a);
self.number = a
def_mul__(self,b):
* return self.number + b.number
#main program
numA = num(8)
numB = num(4)
result = numA* numb
print(result)
O4
O 12
O 32
4096

Answers

Answer : 32

Explanation

the variable a & b and A & B are different. So the only program that work is at #main program.

Hence that A = 8 and B = 4 and the result is A * B so 8*4=32.

Sorry if im wrong

32  will be the output of this question

What is the output?

An industry's output is the total amount of goods and services generated within that industry over a specific time period and sold to customers or other firms. An industry's annual production of boxes of cookies or tons of sugar, for instance, can be considered output.

The quantity a person produces in a particular period of time. d.: energy or power given or produced by a device or system (as for storage or for conversion in kind or in characteristics)Here is how we might define these two phrases in business terms: The results are what the business requires or wants to accomplish. The acts or things that help achieve an outcome are called the outputs.

Variables a and b and A and B are distinct. Thus, the #main program is the only program that functions. Because A = 8 and B = 4, the outcome is A * B, which equals 8*4=32.

Therefore,  the output of this question

Learn more about output here:

https://brainly.com/question/13736104

#SPJ5

EASY In the image, what will be the result of pressing the Delete key
TWO times?
O Determation
O Determination
O Determinion
O Determition

Answers

D would be the answer
Determation I’m guessing

LAB: Even/odd values in an array
Write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. The input begins with an integer indicating the number of integers in the list. The first integer is not in the list. Assume that the list will always contain less than 20 integers.
Ex: If the input is:
5 2 4 6 8 10
the output is:
all even Ex:
If the input is:
5 1 -3 5 -7 9
the output is:
all odd
Ex: If the input is:
5 1 2 3 4 5
the output is:
not even or odd
Your program must define and call the following two methods. isArrayEven() returns true if all integers in the array are even and false otherwise. isArrayOdd() returns true if all integers in the array are odd and false otherwise.
public static boolean isArrayEven(int[] arrayValues, int arraySize)
public static boolean isArrayOdd(int[] arrayValues, int arraySize)
LabProgram.java
Load default template
1 import java until Scanner
2
3 public class ropa
4
5 /* Define your method here */
6
7 public static void main(Strist args) {
8 /* Type your code here */
9 }
10
11
11

Answers

Answer:

In Java:

import java.util.*;

public class Main{

public static boolean isArrayEven(int[] arrayValues, int arraySize){

   boolean val = true;

   int odd = 0;

   for(int i =0;i<arraySize;i++){

       if(arrayValues[i]%2!=0){

           odd++;        }}

   if(odd>0){

       val = false;}

   return val;

}

public static boolean isArrayOdd(int[] arrayValues, int arraySize){

   boolean val = true;

   int even = 0;

   for(int i =0;i<arraySize;i++){

       if(arrayValues[i]%2==0){

           even++;}}

   if(even>0){

       val = false;}

   return val;

}

public static void main(String[] args) {

 Scanner input = new Scanner(System.in);

 System.out.print("Array Length: ");

 int n = input.nextInt();

 int[] array = new int[n];

 System.out.print("Array Elements: ");

 for(int i = 0;i<n;i++){

     array[i] = input.nextInt();  }

boolean even = isArrayEven(array,n);

 boolean odd = isArrayOdd(array,n);  

 if(even == true && odd == false){

     System.out.print("all even");  }

 else if(even == false && odd == true){

     System.out.print("all odd");  }

 else{

     System.out.print("not even or odd");  }

}

}

Explanation:

This declares the isArrayEven method

public static boolean isArrayEven(int[] arrayValues, int arraySize){

This initializes the return value to true

   boolean val = true;

This initializes the frequency of odd numbers to 0

   int odd = 0;

This iterates through the array

   for(int i =0;i<arraySize;i++){

This checks if the current array element is odd

       if(arrayValues[i]%2!=0){

If yes, the frequency of odd numbers is incremented by 1

           odd++;        }}

If the frequency of odd is greater than 1, then the array is not an even array

   if(odd>0){

       val = false;}

This returns true or false

   return val;

}

This declares the isArrayOdd method

public static boolean isArrayOdd(int[] arrayValues, int arraySize){

This initializes the return value to true

   boolean val = true;

This initializes the frequency of even numbers to 0

   int even = 0;

This iterates through the array

   for(int i =0;i<arraySize;i++){

This checks if the current array element is even

       if(arrayValues[i]%2==0){

If yes, the frequency of even numbers is incremented by 1

           even++;}}

If the frequency of even is greater than 1, then the array is not an odd array

   if(even>0){

       val = false;}

This returns true or false

   return val;

}

The main method begins here

public static void main(String[] args) {

 Scanner input = new Scanner(System.in);

This prompts for length of array:  System.out.print("Array Length: ");

This gets input for length of array  int n = input.nextInt();

 int[] array = new int[n];

This prompts for array elements: System.out.print("Array Elements: ");

This gets input for the array

 for(int i = 0;i<n;i++){

     array[i] = input.nextInt();

 }

This calls the isArrayEven method and the result is stored in even

boolean even = isArrayEven(array,n);

This calls the isArrayOdd method and the result is stored in odd

 boolean odd = isArrayOdd(array,n);  

The following prints the result of the methods

 if(even == true && odd == false){

     System.out.print("all even");  }

 else if(even == false && odd == true){

     System.out.print("all odd");  }

 else{

     System.out.print("not even or odd");  }

А ______
network is good for connecting computers over boundaries.
campus area
local area
wide area
system area

Answers

Answer:

wide area network (WAN)

Explanation:

Answer: B. Local area

A local area network is good for connecting computer clusters

The science of how an object reacts to its motion through air is called _______________. (12 letters)
HURRY!!!

ANSWER CORRECTLY AND YOULL GET BRAINLIEST

Answers

Explanation:

friction drag that is your answer 12 letters

Answer:

drag

Explanation:

im not the brightest but in the sentients it should have "drag" in it but u can listen to others answers to make sure

Count operation Lucky twos
Lucky Twos determines and displays the number of digits that are 2s in a whole number. For example, the number of 2s in 3487 is 0, while the number of 2s in 272521 is 3. Note: whole numbers are non-negative integers starting at zero 0, 1, 2, 3, 4.
Assume that the fractional part is discarded in the division:
10 / 4 = 2
8 / 5 = 1
20 / 3 = 6
Read number
set count to 0
while number > 0
If the number module 10 is Then add
1 to count
End If
Compute number as number / 10
End while
Display count.
Let n be the number of digits of the whole number. What is the number of operations that are executed in the code in terms of n?

Answers

Answer:

Following are the solution to this question:

Explanation:

Its complexity of both the pseudo-code described is indeed proportional to the number of digits. So, how often number there are in this specific number is the query. Whenever a number is considered, the d digit would be between [tex]10^{(d-1)}.[/tex] inclusive exclusive [tex]10^d[/tex] That would be as, let d become the number of digits at N, and the inequalities, They can tell

[tex]10^{(d-1)} \leq N < 10^d[/tex]

We get, we take a logarithm,

[tex]d-1 \leq \log(N) < d[/tex]

The increase of 1 to the left inequality, [tex]d \leq \log(N)+1[/tex], and Combining the previous outcome, we got, [tex]\log(N) < d \leq \log(N) + 1[/tex]. That's would be to say, that number of number d by [tex]O(\log(N))[/tex] is higher and lower. Consequently, the number of transactions in the code is [tex]O(\log(N))[/tex]

We have that the number of operations that are executed in the code in terms of n  is mathematically given as

The quantity of operations done in the code is O(log(N))

Operation

Generally the equation for the   is mathematically given as

If we think about a number,

with d digits is between 10^(d-1) inclusive and 10^d exclusive.

Let d be the wide variety of digits in N

10^(d-1) <= N < 10^d

d-1 <= log(N) < d

d <= log(N) + 1,

The Inequality

log(N) < d <= log(N) + 1.

Therefore

The quantity of operations done in the code is O(log(N))

For more information on Inequality visit

https://brainly.com/question/19491153

Which of the following is a contact force?
A. friction
B. magnetism
C. gravity
D. electricity

Answers

Answer:

A

Explanation:

Select four examples of fluid or pneumatic power systems.
crane
dentist's chair
barber's chair
bulldozer
calculator
wheelchair

Answers

Crane and barbers chair

Prompt
Using complete sentences post a detailed response to the following.

While visiting a friend’s house, you hear their siblings arguing over whether or not “visual novels” are “real games” or not. You hear Boris, the older sibling, saying “…and you just sit there and click to read the next line—you might as well be reading a comic book and turning a page and call that a ‘game’!” When they find out you’ve been taking a class on game design, they ask you to settle the argument for them. What would you say to them?

Answers

Prompt is a game code technically a tiko machine that turns into machines that fraud into the new line that put in a friends house.

Answer:

As long as it works like a game and not a book i would say its a game.

Explanation:

EASY What does the Backspace key do?

O Inserts characters behind (or to the left of) the insertion
point.
O Removes characters behind (or to the left of) the insertion
point.
O Removes characters in front of (or to the right of) the
insertion point
O Inserts characters in front of (or to the right of) the insertion
point.

Answers

Answer:

Removes characters behind (or to the left of) the insertion point.

Explanation:

A room has one door, two windows, and a built-in bookshelf and it needs to be painted. Suppose that one gallon of paint can paint 120 square feet. Write a program that prompts the user to input the length and width (in feet) of: The door Each window The bookshelf And the length, width, and height of the room. The program outputs: The amount of paint needed to paint the walls of the room.

Answers

Answer:

In Python:

doorLength = float(input("Door Length: "))

doorWidth = float(input("Door Width: "))

windowLength1 = float(input("Window 1 Length: "))

windowWidth1 = float(input("Window 1 Width: "))

windowLength2 = float(input("Window 2 Length: "))

windowWidth2 = float(input("Window 2 Width: "))

shelfLength = float(input("Bookshelf Length: "))

shelfWidth = float(input("Bookshelf Width: "))

totalarea = doorLength * doorWidth + windowLength1 * windowWidth1 + windowLength2 * windowWidth2 + shelfLength*shelfWidth

gallons = totalarea/120

print("Gallons: "+str(gallons))

Explanation:

The next two lines get the dimension of the door

doorLength = float(input("Door Length: "))

doorWidth = float(input("Door Width: "))

The next two lines get the dimension of the first window

windowLength1 = float(input("Window 1 Length: "))

windowWidth1 = float(input("Window 1 Width: "))

The next two lines get the dimension of the second window

windowLength2 = float(input("Window 2 Length: "))

windowWidth2 = float(input("Window 2 Width: "))

The next two lines get the dimension of the shelf

shelfLength = float(input("Bookshelf Length: "))

shelfWidth = float(input("Bookshelf Width: "))

This calculates the total area of the door, windows and bookshelf

totalarea = doorLength * doorWidth + windowLength1 * windowWidth1 + windowLength2 * windowWidth2 + shelfLength*shelfWidth

This calculates the number of gallons needed

gallons = totalarea/120

This prints the number of gallons

print("Gallons: "+str(gallons))

There are several possible reasons why a high percentage of IT projects are abandoned-the business strategy changed, technology changed, the project was not going to be completed on time or budget, the project sponsors responsible did not work well together, or the IT strategy was changed to cloud or SaaS.

a. True
b. False

Answers

Answer:

a. True

Explanation:

The above listed information are part of the reasons why so many IT projects are abandoned by the business entities after a given period of time frame.

5. Write the output of the following program codes

publicstaticvoidmain(String []args)
{
int a=20
String b=”Hello”;
System.out.println(“the no is”+a);
System.out.print(“Hello”);
System.out.println(“#######”);
System.out.print(“Bye:””);
}

Answers

Answer:

see picture

Explanation:

There are several syntax errors in the program that need to be fixed:

No spaces in the declarationNo semicolon after variable a declarationIncorrect double quotes everywhere Extra double quote after "Bye:"

So the actual answer would be: the compiler will report syntax errors.

Answer:

the no is20

Hello#######

Bye:

Reason: Programming, hoped this is right!

Other Questions
Simplify -481) -432) 4-33) 4i34) 43i HELP I NEED HELP ASAP Consider what Texas might be like if the oil industry did not exist in the state. Which of the following equations is not linear?y=x+4x = 7-0.5X = yy=x Not school related but why does everyone hate Ed Sheeran all of a sudden? y=5/16(x - 1)(x - 9) Which symbol correctly compares the mixed number and the improperfraction? Find the value of x in the equationX+2.37=5.94 Please help me. 10 points What area of the world enjoys the first hour of the day? how are most antibiotics used in the US? A. To treat human disease B. To keep food-producing farm animals healthy C. To treat domestic pets D. To cure diseases in food-producing animals Danny flies a drone in a circular path around an object that is 210 feet west and 220 feet south of his position. The drone's path takes it over a point that is 160 feet east and 160 feet south of him. Find an equation for the drone's path. (Assume Danny is located at the origin, with the horizontal axis running east-west and the vertical axis running north-south) What is the perimeter of the following square in terms of yards, feet, and inches 35 in yards - feet + inches = How was Hawaii formed, and how does this provide evidence for convection happening?HELP PLEASE The image shows a ship using sonar to locate a school of fish. Which data are used to determine the distance of the ship from the fish? O A. The amount of time it takes the sound waves to travel from the boat to the fish B. The number of sound waves that bounce off the fish C. The number of sound waves the ship emits D. The amount of time it takes the sound waves to travel to the fish and back to the boat Don't answer it if you don't know The accounting staff at Valencia Manufacturing, Incorporated has provided the following data for the month of July. The balance in the Work in Process inventory account was $31,000 at the beginning of the month and $21,500 at the end of the month. During the month, the Corporation incurred direct materials cost of $56,800 and direct labor cost of $30,700. The actual manufacturing overhead cost incurred was $53,900. The manufacturing overhead cost applied to Work in Process was $52,800. The cost of goods manufactured for July was: Bob forever help me with my math homework A medical records specialist performswhich task?A maintains organized medical recordsB bills insurance companiesC types up recorded notes into medical recordsD sets appointments for patients 1+1+5+4=?Heres some points if u answer this.. what would u want to have a power where your dreams come true if not then what power would u want?