"Computer Science is no more about computers
than astronomy is about telescopes"
- Edsger W. Dijkstra

Answers

Answer 1

Answer:

si

Explanation:


Related Questions

Registration on a site can: a.All of these are correct. b.provide information the customer wants. c.furnish data for personalization of communications. d.provide an email address for CRM contacts.

Answers

Answer:

A

Explanation:

i would say A, there are of course sites that dont include all of that but if you want to make a very good registration site than do all of that above

Explain in your own words what a computer is. Expose in your answer the parts, operation, what it serves us for, etc. Why do we say that the computer is an electronic device?

Answers

Answer:

Explanation:

What is a computer?

A computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve, and process data. You may already know that you can use a computer to type documents, send email, play games, and browse the Web. You can also use it to edit or create spreadsheets, presentations, and even videos. A computer has these basic parts: Monitor, keyboard, mouse and system unit

Given a sorted list of integers, output the middle integer. a negative number indicates the end of the input (the negative number is not a part of the sorted list). assume the number of integers is always odd.
ex: if the input is: 2 3 4 8 11 -1
the output is:
middle item: 4
the maximum number of inputs for any test case should not exceed 9. if exceeded, output "too many numbers". hint: first read the data into a vector. then, based on the number of items, find the middle item. 276452.1593070
(must include vector library to use vectors)

Answers

inputs=[]

num_inputs=int(input())

if(num_inputs>9):

   print("Too many inputs")

else:

   print(num_inputs)

   for i in range(num_inputs):

       inputs.append(input())

   print(inputs)

   middle_position=int(num_inputs/2)

   print(inputs[middle_position])

Marc is creating a physical design, what aspect of the design deals with the interaction between a user and data?
a. data design
b. user interface design
c. user data design
d. process design

Answers

Answer:

C. User data design

Explanation:

Interaction design can be understood in simple (but not simplified) terms: it is the design of the interaction between users and products. Most often when people talk about interaction design, the products tend to be software products like apps or websites.

How to remove onedrive account from computer?.

Answers

Answer:

To disable: In the taskbar, select OneDrive icon > Help & Settings > Settings > Account > Unlink this PC > Unlink account.

To uninstall: Go to Add/Remove Programs > Apps & Features > Microsoft OneDrive > Uninstall.

1. To disable: In the taskbar, select OneDrive icon > Help & Settings > Settings > Account > Unlink this PC > Unlink account.

2. To uninstall: Go to Add/Remove Programs > Apps & Features > Microsoft OneDrive > Uninstall.

Advantages of using Unicode to represent data

Answers

Global source and binary.
Support for mixed-script computing environments.
Improved cross-platform data interoperability through a common codeset.
Space-efficient encoding scheme for data storage.
Reduced time-to-market for localized products.
Expanded market access.

What is your favorite comedy show?

Answers

Answer:

Saturday Night Live or The Tonight Show

Explanation:

6.25 lab: even/odd values in a vector 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 that follow. ex: if the input is:

Answers

def is_list_even(my_list):

   for i in my_list:

       if(i%2 != 0):

           return False

   

   return True

   

   

def is_list_odd(my_list):

   for i in my_list:

       if(i%2 == 0):

           return False

   

   return True

   

def main():

   n = int(input())

   lst = []

   

   for i in range(n):

       lst.append(int(input()))

   

   if(is_list_even(lst)):

       print('all even')

   

   elif(is_list_odd(lst)):

       print('all odd')

   

   else:

       print('not even or odd')

       

       

if __name__ == '__main__':

   main()

File encryption is the science of writing the contents of a file in a secret code. your encryption program should work like a filter reading the contents of one file, modifying each character in the input file into a code, and then writing the coded characters out to a second file. the second file will be a version of the first file but written in a secret code. must be c++

Answers

Answer:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

Explanation:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

To insert a column without using commands in any tabs, a user can _____
-click and then click Insert Column.

fill in the blank

Answers

You can RIGHT click and then click insert column. Hope this helped!

how long is the ap computer science principles exam

Answers

Answer: The exam is 2 hours long.

Explanation:

Answer:

Approx. 2.05 hours long. Brainliest is appreciated + good luck on all your tests and exams! :( <3

Write a code snippet that asks the user to enter a name and a major repeatedly one at a time and creates a dictionary with keys corresponding to names and values corresponding to majors. Your code should include: d

Answers

The code snippet is an illustration of dictionary;

Dictionary are used to hold values in pairs i.e. data and key pairs

The code snippet

The program written in Python, where comments are used to explain each line is as follows:

#This gets the number of inputs

n = int(input("Number of inputs:"))

#This creates a dictionary

d = {}

#This iterates from 0 to n-1

for i in range(n):

   #This gets the keys i.e. names

   keys = input()

   #This gets the values i.e. majors

   values = input()

   #This populates the dictionary

   d[keys] = values

#This prints the dictionary

print(d)

Read more about Python programs at:

https://brainly.com/question/26497128

which search engine is used as a search engine for every web browser? Give two web browser name and describe them which search engine they use. And why?

Answers

That's Go.ogle.

Two famous web browsers present are

Ch romeMo zila Firefox.

Chr ome is known for efficiency and lots of ad shuttering + surfing through higher data usage and heavy n et traffic.

Where as Fire fox is comparatively faster , privacy at peak and surfing through compartively lower dat a usage

Answer:

go..ogle & Micr...osoft ed;.ge

Explanation:

i use go..ogle because its the default search engine so its already there unlike micr...osoft ed;.ge......

Pin number was changed and i let the culprit go without a kiss kiss how do i get it back

Answers

Answer:

I cant comprehend to even understand this

Explanation:

Does anyone have any tips on how to begin a 10 page Capstone project paper? I've got to write a write a research paper on the type of career I'd like to pursue, which is an IT career, and I just don't know how to start.

Answers

Answer:

first resherch what you will be doing on the job and maybe what training you will need and what school you will have to go to it might also help to include what pay you would get and how many hours you will do

Explanation:

sorry its not much but i hope this helps

Answer:

thank you ng marami

muamuamua ty sm

Select the correct answer.
Leah deals with several file conversions every day. She frequently needs to check the properties of a file to determine the file type. Which keyboard shortcut will help her do so?
A.
Alt + Enter
B.
Alt + Space Bar
C.
Alt + Tab
D.
Ctrl +Enter
E.
Ctrl +Tab

Answers

Answer:

It's variant A (Alt + Enter)

(Some text so that brainlypatrol doesn't delete my answer)

explain how you applied object-oriented programming principles and concepts (such as encapsulation, inheritance, and so on) in your software development work thus far. Your explanation should be one paragraph, or four to six sentences.

Answers

Encapsulation can be achieved in the java program by:

Creating an instance variables private so that will unable to be accessed directly from outside of a given class. Use getter and setter ways in the class to set and get the values of a given fields.

What is the Basic concepts of OOPS?

Object-oriented programming is known to be made up of four basic concepts such as:

EncapsulationAbstractionInheritance Polymorphism.

Note that  Encapsulation can be achieved in the java program by:

Creating an instance variables private so that will unable to be accessed directly from outside of a given class. Use getter and setter ways in the class to set and get the values of a given fields.

Learn more about object-oriented programming from

https://brainly.com/question/14078098

#SPJ4

A list of numbers has n elements, indexed from 1 to n. The following algorithm is intended to display true if the value target appears in the list more than once and to display false otherwise. The algorithm uses the variables position and count. Steps 4 and 5 are missing. Step 1: Set count to 0 and position to 1. Step 2: If the value of the element at index position is equal to target, increase the value of count by 1 Step 3: Increase the value of position by 1 Step 4: (missing step) Step 5: (missing step) Which of the following could be used to replace steps 4 and 5 so that the algorithm works as intended? A) Step 4 Repeat steps 2 and 3 until the value of position is greater than n. Step 5 If count is greater than or equal to 2, display true. Otherwise, display false. B) Step 4 Repeat steps 2 and 3 until the value of position is greater than n. Step 5 If count is greater than or equal to position, display true. Otherwise, display false. C) Step 4 Repeat steps 2 and 3 until the value of count is greater than 2. Step 5 If position is greater than or equal to n, display true. Otherwise, display false. D) Step 4 Repeat steps 2 and 3 until the value of count is greater thann. Step 5 If count is greater than or equal to 2, display true. Otherwise, display false.

Answers

The option which could be used to replace steps 4 and 5 so that the algorithm works as intended is: option D.

What is an algorithm?

An algorithm can be defined as a standard formula (procedures) which is made up of a set of finite steps and instructions that are executed on a computer system, so as to enable a software solve a particular problem under appropriate conditions.

In this scenario, the options which could be used to replace steps 4 and 5 so that the algorithm works as intended by the programmer are:

Step 4: Repeat steps 2 and steps 3 until the value of position is greater than n.Step 5: If count is greater than or equal (≥) to 2, display true. Otherwise, display false.

Read more on algorithm here: brainly.com/question/24793921

#SPJ1

Consider a career as a multimedia artist. is there a company, film, game, or band whose signature multimedia design work interests you? choose one of them and on the internet, research the company responsible for the development of that design, exploring the about pages to learn about the multimedia artists responsible. choose one or two of those artists and find out how they learned their craft. in particular, check to see if the artist(s) invented some feature of that design or a development method that helped complete the work they envisioned.

organize your work. write a minimum three-page paper and include a media presentation:

-a slideshow with at least ten slides;
-a video of at least four minutes;
-another medium form of your choice, making sure it is of comparable length; or
-a multimedia presentation combining an appropriate amount of each medium form.

Answers

Based on the scenario above, The career as a multimedia that I chose is Multimedia Designer.

Who are Multimedia artists?

This is known to be a person who uses  computer programs and illustrations to form graphics and also create animation.

Note that they help in the creation of movie, game and others such as visual effect.

A multimedia presentation is known to be a kind of presentation that uses a lot of forms of digital communication, such as video, and others.

Learn more about career from

https://brainly.com/question/15169081

#SPJ4

A bus holds 45 people. The school will only use a bus if they can fill it completely. The rest of the people will ride in vans. Write a program that will take in the number of people that are signed up to go on a field trip. Have the program print the number of busses necessary and then total number of people that will need to ride in vans

for eclipse IDE

Answers

The program that will take in the number of people that are signed up to go on a field trip is illustrated.

What is a program in computer?

A program is a set of instructions that a computer uses to perform a specific function.

The program will be:

#include <stdio.h>

int main(void)

{ int n;

  printf("Number of people that are signed up to go on a field trip: ");

  scanf("%d",&n);

 

  printf("Number of buses necessary = %d\n",(n/45));

  printf("Total number of people that will need to ride in vans = %d\n",(n%45));

  return 0;

Learn more about program on:

https://brainly.com/question/1538272

#SPJ1




what is a microphone ​

Answers

Answer: It is a piece of tech that's used for recording audio

Explanation:

something you use that is a piece of tech to sound louder

How can we change our real institutions, such as Attica Prison, when they are designed to resist critical evaluation and operate in relative secrecy from taxpayers and legislators?

Answers

We can change our real institutions, to operate in relative secrecy from taxpayers and legislators by making good programs that will push the idea above forward.

What is evaluation?

Evaluation is a known to be the act of critically examining or looking through a  given program.

Note that  It often involves collecting and analyzing information and as such, We can change our real institutions, to operate in relative secrecy from taxpayers and legislators by making good programs that will push the idea above forward.

Learn more about evaluation  from

https://brainly.com/question/25907410

#SPJ1

Help me with this question please

Answers

Nested loop im pretty sure

What are some of the options available when previewing a worksheet before printing? Check all that apply.

applying styles
adjusting margins
inserting images
zooming in and out
navigating through pages
adding functions

Answers

Answer:

applying style to the worksheet before printing

APCPS B U10L12 exam (Connexus)


Hi if anyone has done this already, I would appreciate if you could help.​

Answers

I don't know how to that i don't even know how to do my work

Write a program that calculates the amount of money a person would earn over a period of time if his or her salary is on one penny the first day, two pennies the second day and continues to double each day. The program should ask the user for the number of days. Display a table showing what the salary was for each day, then show the total pay at the end of the period. The output should bd displayed in a dollar amount, not the number of pennies. Must use for loop statement. Need to check the input value is correct, otherwise an error message is displayed. Display a nicely formatted table. Display the salary in dollar and cents

Answers

The program that calculates the amount of money a person would earn over a period of time if his or her salary as well as other factors inclusive is written below.

What is the program about?

The raw form of the program is:

#include <iostream>

using namespace std;

int main(){

   const int increment=2;

   int day;

   float penny=.01,

          total=0.0;

   cout <<"How many days have you worked? ";

   cin  >>day;

   while (day<1){

       cout<<"The number must be greater than 1.\n";

       cout<<"Enter again: ";

       cin >> day;

   }

   for (int i=1; i<=day;i++){

       total+=penny;

       cout <<" Day "<< i <<" "<< " $"<<penny<<endl;

       penny*=increment;

   }

    cout<<"Total salary for  "<<day <<" days = $" <<total<<endl;

Learn more about program from

https://brainly.com/question/23275071

#SPJ1

9.18 lab: even/odd values in a vector 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 that follow. 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 functions. isvectoreven returns true if all integers in the array are even and false otherwise. isvectorodd returns true if all integers in the array are odd and false otherwise. bool isvectoreven(vector myvec) bool isvectorodd(vector myvec)

Answers

def is_list_even(my_list):

   for i in my_list:

       if(i%2 != 0):

           return False

   

   return True

   

   

def is_list_odd(my_list):

   for i in my_list:

       if(i%2 == 0):

           return False

   

   return True

   

def main():

   n = int(input())

   lst = []

   

   for i in range(n):

       lst.append(int(input()))

   

   if(is_list_even(lst)):

       print('all even')

   

   elif(is_list_odd(lst)):

       print('all odd')

   

   else:

       print('not even or odd')

       

       

if __name__ == '__main__':

   main()

What Does The Computer Monitor Contain?

Answers

Answer:

a visual display, some circuitry, a casing, and a power supply.

Explanation:

Screen, Layered Glass, Stands, Power Connector, Interface Board, Amplifier Circuit, and Reflectors and Light Sources.

Alma will make the honor roll if she has at least a 3.80 GPA and misses less than 5 days of school in a year. In which of the following cases will Alma make honor roll?



1. Alma has a 3.84 GPA and misses 5 days of school


2. Alma has a 3.78 GPA and misses 2 days of school


3. Alma has a 3.68 GPA and misses 6 days of school


4. Alma has a 3.81 GPA and misses 3 days of school

Answers

Answer: 4. Alma has a 3.81 GPA and misses 3 days of school

Explanation: The others don't meet the requirments.

The only case where Alma will make honor roll is the fourth case where she has a 3.81 GPA and misses 3 days of school.

What is GPA?

GPA stands for Grade Point Average, and it is a measure of a student's academic performance in a given period.

It is calculated by assigning a numerical value to each grade received in a course and then averaging those values.

Based on the given criteria, Alma will make honor roll if she has at least a 3.80 GPA and misses less than 5 days of school in a year.

Alma has a 3.84 GPA and misses 5 days of school: Alma has the required GPA, but she misses 5 days of school which is greater than the allowed 5 days. Therefore, she will not make honor roll.

Alma has a 3.78 GPA and misses 2 days of school: Alma misses less than 5 days of school, but her GPA is less than the required 3.80. Therefore, she will not make honor roll.

Alma has a 3.68 GPA and misses 6 days of school: Alma misses more than 5 days of school, and her GPA is less than the required 3.80. Therefore, she will not make honor roll.

Alma has a 3.81 GPA and misses 3 days of school: Alma has the required GPA and misses less than 5 days of school. Therefore, she will make honor roll.

Thus, Alma will only make honour roll if she has a 3.81 GPA and misses three days of school in the fourth case.

For more details regarding GPA, visit:

https://brainly.com/question/15170636

#SPJ2

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 that follow. 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 functions. 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.
bool isarrayeven(int inputvals[], int numvals)
bool isarrayodd(int inputvals[], int numvals)

please answer in c

Answers

def input_values(new_list):

   new_list = []

   n = int(input('Enter number of values: '))

   for i in range(n):

       new_list.append(int(input('Enter values: ')))

   def is_list_even(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2!=0:

               return False

           return True

   def is_list_odd(new_list):

       for i in range(len(new_list)):

           if new_list[i]%2==0:

               return False

           return True

   num=input_values()

   if is_list_even(num)==True:

       print('all even')

   elif is_list_odd(num)==True:

       print('all odd')

   else:

       print('not even or odd')

Other Questions
What is an example of a conductor?A. A glass bowlB. A wooden spoonC. A plastic forkD. A metal knife Help me please help me Which nation was interested in opening trade with China in the early 1900's?A. HawaiiB. CubaC. GuamD. United States Write 8.6 x 10^-9 in Standard Form Please help :) The author's purpose in writing this speech is to which food is considered a major allergen by the FDA I just need the equation. please help me find it Can you solve all please Simplify: 4 - 5.2 + 6 + 7.9 - 8 Most mechanical processing of food occurs in the _____. Three ways of getting rid of filth in the community find the equation (in terms of x) of the line through the point (-3,-3) and (2,-2) determine if the shape is a polyhedron using eulers formula what is the parent function 2. Which stanza best expresses the societal changes that occurred during the Victorian Age as they relate to the tone of "Dover Beach"? "... for the world, which seems/To lie before us like a land of dreams,/...Hath neither joy, nor love, nor light." O "The Sea of Faith/Was once, too, at the full, and round earth's shore" "But now I only hear/Its melancholy, long, withdrawing roar," ... on the French coast the light/Gleams and is gone;" * 1 point A 1.1-m tall child is standing 6.0 m from a spherical convex mirror. The childs image is 0.40 m behind the mirror. What is the image height and focal length of the mirror? How do the x-intercepts of the two functions compare? the x-intercept in function b is one-third as large as the x-intercept in function a. the x-intercept in function b is three times as large as the x-intercept in function a. the distance between the x-intercepts in function a is half the distance between the x-intercepts of function b. the distance between the x-intercepts in function a is twice the distance between the x-intercepts of function b. Which transformations, when performed together, would carry graph A onto graph B? Choose all that apply. A. A reflection over the x-axis B. A translation of 4 units up C. A vertical compression with a scale factor of 1/2 D. A vertical stretch with a scale factor of 2 Keyshawn buys 100 baseball cards to start a collection. He purchases 25 more baseball cardseach week. Which equation could be used to represent the number of baseball cards (b) inKeyshawn's collection after w weeks?A. w = 25b + 100B. w = 100b+25C. b = 25w + 100D. b = 100w + 25 A motorboat travels 82 miles in 2 hours going upstream. It travels 106 miles going downstream in the same amount of time. What is the rate of the boat in still water and what is the rate of the current