Ask a New Question
Search
Questions and answers by
Hayden
Questions (315)
Analyze why peasants resisted collectivization.(1 point)
Responses They preferred work in factories to taking jobs on
1 answer
99 views
Summarize how the Great Depression affected Japan.(1 point)
Responses It forced the Japanese government to borrow heavily from
1 answer
121 views
Summarize how the Great Depression affected Japan.(1 point)
Responses It forced the Japanese government to borrow heavily from
1 answer
266 views
What did the “leadership principle” mean?(1 point)
Responses Leaders should consult with those they led on a regular basis.
1 answer
84 views
Why did socialists split after World War I?(1 point)
Responses Some hoped to forge political alliances with fascists, while
1 answer
175 views
What would an observer examining the development of self-determination in Eastern Europe between the World Wars conclude?(1
1 answer
175 views
What is the function of an internet protocol (IP) address?(1 point)
Responses become a base 64 number become a base 64 number to
1 answer
76 views
What is the binary base 2 representation of the number 176?(1 point)
Responses 10110000 10110000 01111010 01111010 01111101
1 answer
90 views
What role does a general host device play in the network?(1 point)
Responses a client device on the network that provides a
1 answer
167 views
What best describes the role of a router?(1 point)
Responses a physical hardware that is the main brain of the network a physical
1 answer
105 views
Why did isolationists in the U.S. Senate vote against ratification of the Treaty of Versailles at the end of World War I?(1
1 answer
151 views
Which of these statements best explains how the Treaty of Versailles contributed to the economic crisis in Germany during the
1 answer
125 views
Describe what caused Germany’s economy to suffer after World War I.(1 point)
Responses the rise of the Nazi Party the rise of
1 answer
96 views
Why did Nazi Germany sign a nonaggression pact with the Soviet Union?(1 point)
1 answer
167 views
You do not have a local area network (LAN) or wireless local area network (WLAN) in your house, but you want to connect to your
1 answer
102 views
A group of students wants to develop a calculator to reduce a fraction. The steps to do so are laid out in their math book as
1 answer
43 views
Students are developing a program to find the roots of a quadratic equation given the coefficients of the variables. What would
1 answer
124 views
A group of students is writing a program that will convert their letter grades into a 4.0 scale. For their program, they want a
1 answer
106 views
Which of the following is an example of event-driven code?(1 point)
Responses t = turtle.Turtle() wn = turtle.Screen()
1 answer
88 views
Event & Sequential-Driven Programming Quick Check
1 of 51 of 5 Items Question Which of the following is an example of
1 answer
103 views
How does a computer request a service from the kernel of the operating system?(1 point)
Responses system calls system calls
1 answer
90 views
What is the most appropriate structure for handling code that is repeated multiple times in a program?(1 point)
Responses
1 answer
99 views
In the following piece of code that calculates the temperature in Fahrenheit, which piece would be most appropriate to develop a
1 answer
68 views
Which of the following would improve the usability of a website? (1 point)
Responses Adding elements to the website so its
1 answer
86 views
Which of the following is a consideration for accessibility?(1 point)
Responses Designing a logo to ensure maximum user
1 answer
96 views
What is a return value?(1 point)
Responses a value sent back from a function a value sent back from a function a value received
1 answer
46 views
Which code snippet is a function that would accept two numbers, subtract them, and return the difference?(1 point)
Responses def
1 answer
97 views
What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid language
1 answer
97 views
Which of these is a method or mathematical process for designing algorithms for problem solving?(1 point)
Responses algorithm
1 answer
105 views
Which of these is described as a discrete piece of code that is part of a program and contains one or multiple routines?(1
1 answer
137 views
Which of the following data structures consists of a root node from which all the other elements can be accessed?(1 point)
Respon
1 answer
143 views
Which of the following is the method of list traversal?(1 point)
Responses if condition if condition if-else condition if-else
1 answer
122 views
Consider a list [a, b, c, d]. Which element exists at index 4?(1 point)
Responses the element d the element d the element b the
1 answer
76 views
How can we filter out numbers less than 2 in a number sequence to find prime numbers?(1 point)
Responses We can have a predefined
1 answer
89 views
Identify the error in the syntax of the following code:
def is_year(year): if year % 4 == 0: print('Year is divisible by 4') else
1 answer
95 views
Consider a variable var with some value in it. How can we achieve an output of this format:
"This is the value of variable one:
1 answer
105 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
Respons
1 answer
107 views
Which function produces a text in Python language?(1 point)
Responses print print def def string string return
1 answer
92 views
Which of the following is to analyze and observe parts of code and their syntactic roles?(1 point)
Responses syntax syntax parse
1 answer
106 views
Which of the following helps support the implementation of software applications within a programming platform?(1 point)
Response
1 answer
100 views
How does the concept “garbage collector” affect a program’s scalability?(1 point)
Responses The concept of scalability is
1 answer
91 views
What is the difference between a single platform and a dynamic adaptive platform?(1 point)
Responses All programs that make use
1 answer
79 views
What determines if a program is scalable?(1 point)
Responses accessible libraries accessible libraries having the ability to be
1 answer
92 views
Why were different devices developed over time?(1 point)
Responses computing and technological advances computing and
1 answer
91 views
Which best explains why many organizations want computer programs that are adaptable to different computing platforms?(1 point)
R
1 answer
80 views
What is the overall purpose of a software application?(1 point)
Responses Answers depend on problem needing to be solved. Answers
1 answer
117 views
How will “bad” instructions help to select the appropriate language?(1 point)
Responses Choosing a high-level language is
1 answer
110 views
Which of the following is a correct description of object-oriented programming (OOP)?(1 point)
Responses OOP facilitates
1 answer
132 views
Identify an object-oriented programming language.(1 point)
Responses Lisp Lisp Java Java Datalog Datalog Pascal
1 answer
91 views
Which of the following is a programming paradigm?(1 point)
Responses parametric programming parametric programming iterative
1 answer
106 views
The following is a recursive function:
def countdown(n): if n == 0: return else: countdown(n - 1) countdown(5) In 3-5 sentences,
1 answer
68 views
Evaluate the following algorithms in terms of its efficiency, correctness, and clarity. Explain your answer in 3-5 sentences.
def
1 answer
80 views
In 3-5 sentences, describe one disadvantage each for list, array, and queue data structures.(4 points)
1 answer
89 views
Which of these are the costs associated with finding a desired solution to a problem?(1 point)
Responses resource constraints
1 answer
99 views
Students are discussing variations of algorithms to find Fibonacci numbers, like fib(6). What is the best possible time
1 answer
76 views
Suppose you are examining a set of raw medical data that includes the side effects of a specific drug. You are interested in
1 answer
103 views
What is the output of the greatest common divisor function gcd(27,12) ?
gcd(x,y)={x,gcd(y,x%y),y=0y>0 where x%y is remainder
1 answer
80 views
For the recursive factorial function output shown below, which lines of output would reflect the backward phase?
1 factorial(3) 2
1 answer
154 views
Suppose you are writing a program that requires you take different paths depending on the response to a prompt. The prompt has
1 answer
77 views
Which of the following best describes cryptanalysis?(1 point)
Responses Cryptanalysis is the act of converting plaintext into
1 answer
88 views
Two students are discussing the best algorithm to use to see if a specific element is in a sorted data set. Which classic
1 answer
90 views
In creating a model for a data abstraction for the concept of a pen, what would be the most appropriate attributes?(1 point)
Resp
1 answer
78 views
Why is it preferable to use a linear search when searching smaller datasets?(1 point)
Responses A linear search requires fewer
1 answer
136 views
Which of the following is a true statement?(1 point)
Responses Shorter codes always have greater ease of implementation than
1 answer
76 views
Determine the time and space complexities of a linear search.(1 point)
Responses time complexity: O(log(n)) space complexity:
1 answer
70 views
The programming team knows they need to create a program that will use a linear data structure to complete large amounts of data
1 answer
81 views
Which of the following stores only one type of data in a specific location and must contain some value, meaning it cannot be
1 answer
93 views
Which of these is a collection of data values and the categorization of the relationships among them, making it an efficient way
1 answer
103 views
Which of the following are the linear data structures?(1 point)
Responses arrays, stack, maps, and trees arrays, stack, maps, and
1 answer
98 views
Which of these is a properly formatted closing tag?
(1 point) Responses <p> (p) (p) </p> (/p)
1 answer
78 views
The <head> tag contains:
(1 point) Responses database data. database data. metadata. metadata. user data. user data. consumer
1 answer
76 views
The HTML tag usually includes which of these attributes?
(1 point) Responses color color style style purpose purpose language
1 answer
79 views
You are creating a fan page for your favorite band, and you want to be sure that it is easily usable by your friend, who has a
2 answers
82 views
Which tag is used to wrap the words that will appear in the web browser’s title bar?
(1 point) Responses browser browser header
1 answer
128 views
In the line <p class=”fancy”>Welcome to my website!</p>, which portion of the line is an attribute?
(1 point) Responses </p>
1 answer
77 views
An empty tag has:
(1 point) Responses an opening tag and a closing tag. an opening tag and a closing tag. a bug. a bug. no
1 answer
102 views
The correct location for the doctype is:
(1 point) Responses right after the header. right after the header. at the very end. at
1 answer
50 views
The purpose of HTML is:
(1 point) Responses to define the structure of a webpage. to define the structure of a webpage. to style
1 answer
153 views
Which of these is used to indicate which version of HTML is being used?
(1 point) Responses header header definer definer doctype
1 answer
74 views
A container tag has:
(1 point) Responses embedded Python code. embedded Python code. an opening tag and a closing tag. an opening
1 answer
95 views
The standard for web development is:
(1 point) Responses HTML2 HTML2 HTML3 HTML3 HTML4 HTML4 HTML5
1 answer
54 views
The line <p class=”fancy”>Welcome to my website!</p> is an example of:
(1 point) Responses a doctype. a doctype. an empty
1 answer
133 views
What did Galileo say were the letters of Mathematical language
0 answers
166 views
What did Galileo say were the letters of Mathematical languagey
0 answers
117 views
ai gents wtf we doing, its matric lmaoo
0 answers
149 views
1. Batsman’s crime-fighting activities are the ? Of the shock of his parents death and his awareness of urban decay. C
A)
1 answer
355 views
On each line write the letter or letters that descirbe the type of relationship the words have to each other. Choose from the
0 answers
320 views
Need help finding the area of a rectangle.
Length is (6x+5) yards Width is (6x-5) yards
1 answer
280 views
I need help finding the perimeter of a figurine. These are all of the sides
3x-2 3x+5 x+3 2x-2 3/4x-1 1/2x
1 answer
229 views
The difference between two positive integers is 3. If the smaller is added to the square of the larger, the sum is 53. Find the
1 answer
324 views
A pizzeria will bake and deliver a round pizza with a 18-inch diameter. Find the exact area of the top of the pizza and an
1 answer
544 views
Consider the graph shown.
A graph is shown in the xy-plane. The values on the x-axis ranges from 0 to 1 decimal point 5 in
2 answers
418 views
The Magna Carta and The Bill of Rights are often connected to each other. Why? Provide one to two reasons.
1 answer
302 views
4/7 oz=lbs
as a simplified fraction
1 answer
219 views
6.7 oz=lbs as a simplified fraction.
1 answer
206 views
Which of the following is NOT a way that the human body regulates its body temperature and maintains homeostasis?
A. sweating to
0 answers
272 views
Evaluate the improper integral
∫ [4,0] 1/(𝑥−4)^3 𝑑𝑥 I am stumped please help
2 answers
308 views
Birth control methods can be behavioral, barrier, or hormonal. Which is a behavioral method of birth control?
A. abstinence B.
0 answers
1,166 views
I need help with some questions
Preparas la comida todos los dias? Estudias mucho en la clase de espanol? Miras la television
1 answer
521 views
What are the zeros of the polynomial function?
f(x)=x^3+x^2-9x-9
1 answer
264 views
Pages
1
2
3
4