state two functions of windows environment​

Answers

Answer 1

Answer:

idonoheheheheheuhiiikv


Related Questions

Plz Help!! How should I answer the second question?

Answers

Answer:

Just keep doing what you were doing explain what you would be doing in the future or where you see yourself in like 5 years and put details and things that make since to you!

Should student be allowed to bring mp3 players and electronic dives to school

Answers

yes, as long as it’s not distracting anyone and you only listen to it when you are free

Answer:

Yes

Explanation:

Like said in the other answer, as long as it's not distracting and interferes with other student's education. Phones would sorta be a problem since most kids distract others with them, but mp3s absolutely!

Which is the best description of the difference between bound and unbound forms? O Bound forms are similar to hierarchical forms but pop up in a separate window, while unbound forms are flat forms that do not have subforms. O Bound forms are linked to a table or query, while unbound forms are not linked to a table or query but are used to operate and navigate a database. O Bound forms perform tasks based on user input, while unbound forms navigate between multiple forms. O Bound forms are the basic interface for inputting information into tables or queries, while unbound forms ha more subforms within the main form. one or​

Answers

i think it’s B not sure tho

Answer:

B. Bound forms are linked to a table or query, while unbound forms are not linked to a table or query but are used to operate and navigate a database.

Explanation:

LEAF library in py can be expressed in what form?

Answers

Answer:

In open form

Explanation:

Modify the guessing-game program so that the user thinks of a number that the computer must guess.



The computer must make no more than the minimum number of guesses, and it must prevent the user from cheating by entering misleading hints.

Answers

Answer:

Follows are the code to this question

import random as R #import randaom package

import math as M #import randaom package

S= int(input("Input smaller number: "))#defining variable and input value

L= int(input("Input larger number: "))#defining variable and input value

C= 0#defining variable and assign value

while True:#define loop

   C+= 1#count value

   num= (S+L) // 2#calculate average

   print('%d %d' % (S,L))#print value

   print('number : %d' % num)#print average

   choice = input('Input =, <, or >: ')#input value in choice variable

   if choice == '=':#define if to check value

       print("Hooray, you get %d tries" % C)#print message

       break#use break  

   elif S==L:#defining and condition to check it is equal

       print("I'm out from the guesses, and you cheat")#print message

       break#use break

   elif choice == '<':#defining another condition to check

       L = num - 1#calculate larger value

   else:#else  

       S= num + 1# calculate smaller value

Output:

please find the attached file.

Explanation:

In the code first, we import the "math and random" package, then two-variable "S and L" is defined, in which it is used to input the value from the user-end, and variable "c" is defined to count the value.

In the next step, a while loop is defined, that uses the input value and print its average vale, and the choice variable to input the symbol value and use the conditional statement, which is defined as follows:

In if block, if the choice is equal it will print a message.In elif s is equal to l it will print message.In elif, the choice is "<" it will calculate the less value and print its value, otherwise, it will go in else, in this it calculates the value of "S".

Pull quotes are easily added to a publication in the Building Blocks grouping under the ___ icons.
Calendars
Borders and Accents
Page Parts
Advertisements​

Answers

Answer:

page parts

Explanation:

i just did the assignment

The bindery process of cutting irregular shapes and patterns in press sheets is called what?

a. stitching
b. die cutting
c. comb binding
d. folding​

Answers

B. Die cutting. Typically a metal die with various shapes and patterns is rolled over paper, cardboard, etc to punch out.

I play Among us :) hbu

Answers

Answer:nice

Explanation:u tryna play doe?

that’s nice so do i :)))

what is the true colar of water

Answers

Answer:

blue

Explanation:

becausse it's blue and it's water

It’s translucent it doesn’t have a color it looks blue cause of the sky?

true or false: if a comment is posted anonymously, it cannot be considered hate speech or cyber bullying

Answers

Answer:

false

Explanation:

Think about it

It is false that if a comment is posted anonymously, it cannot be considered hate speech or cyber bullying.

What is cyberbullying?

The use of technology to harass, threaten, embarrass, or target another person is known as cyberbullying.

Online threats, as well as mean, aggressive, or rude texts, messages, posts, or messages, are all considered. Posting personal information, pictures, or videos intended to hurt or embarrass someone else is also prohibited.

One or both of the following are involved in cybercrime: Using viruses and other types of malware, criminals target computers. Criminal activity involving the use of computers to commit other crimes.

Cyberbullying or cyber harassment is a type of bullying or harassment that takes place over the internet. Online bullying includes cyberbullying and cyber harassment.

When a comment is made anonymously, it is considered hate speech or cyberbullying.

Thus, the given statement is false.

For more details regarding cyberbullying, visit:

https://brainly.com/question/8142675

#SPJ2

Which game is better? Among us or ROBLOX -

Answers

Answer:

Both are equally good, but Roblox is better for kids

Explanation:

This is because when you are imposter and kill someone it shows a bone and there is a bit of blood!

Answer:

Gud question...

Explanation:

Among us is violent

Roblox is good for kids

so 50 50

Discribe a place that you have dremed about that does not exit in a real life

Answers

Candy land ??? A cotton candy land with trees filled with sweet fruits and candy ?
Game world where you play games all day in that world and it looks like a swamp

you want some points? whoever answers first gets 48 points. no cap. better be quick.
what's 2+2=?

Answers

Answer:

4

Explanation:

Answer:

4444444444444444444444444

What are the different kinds of program control structures?

Answers

Answer:

Flow of Control:

Flow of control through any given function is implemented with three basic types of control structures:

Sequential: default mode. Sequential execution of code statements (one line after another) -- like following a recipe

Selection: used for decisions, branching -- choosing between 2 or more alternative paths. In C++, these are the types of selection statements:

if

if/else

switch

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row. In C++, there are three types of loops:

while

do/while

for

Does anybody have the code to 2.19.5: Circle Pyramid 2.0 in CodeHS?

Answers

Answer:

Not rlly im only missing one of the check marks so here if yall find out what to do pls tell me in the comments

Explanation:

#WHat the actual frik

speed(0)

radius = 25

penup()

setposition(-150,-60)

   

   

def move_to_row(num_circ):

   x_value = -((num_circ*5)/2)

   y_value = -200+(5*radius)

   penup()

   setposition(x_value,y_value)

   pendown()

def row_value(num_circ):

   for i in range(num_circ):

       for i in range(4):

           pendown()

           circle(radius)

           penup()

       forward(70)

num_circ=int(input("How many circles on the bottom row? (8 or less): "))

for i in range(num_circ):

   move_to_row(num_circ)

   radius=radius+1

   row_value(num_circ)

   num_circ=num_circ-1

What are the 3 general themes that are found in great advertising

Answers

Answer:

Personal Appeal, Social Appeal, and Humor Appeal

Explanation:

Helllpppp me please!!!! The miniaturization of which of the following inventions allowed integrated circuits to get smaller, leading to the creation of
the microprocessor?
microchip
electronic circuit
vacuum tube
transistor

Answers

Answer:

A

Explanation:

The Microchip inventions allowed integrated circuits to get smaller, leading to the creation of the microprocessor. Option A is correct.

What is the Microchip?

A microchip offers dependable, safe, and permanent identification, increasing the possibility that the missing pet will be returned to you. A microchip is only useful if it is registered in a pet recovery database with current contact information.

An integrated circuit, sometimes known as a monolithic integrated circuit, is a collection of electrical circuits built on a single compact flat piece of semiconductor material, often silicon.

A microchip is a radio-frequency identification transponder the size of a grain of rice that has a unique identifying number. When a vet or shelter scans the microchip, the ID number is transmitted. There is no battery, no need for electricity, and no moving parts.

Therefore, option A is correct.

Learn more about the Microchip, refer to:

https://brainly.com/question/21106759

#SPJ2

Can you clone apps form your PC and to other PC?
Yes or No

Answers

Answer:

Yes, a USB cable can help transfer data you obtained to another PC.

Explanation:

Hope this helps :)

Yes. ^^^ they are correct

Which principle of animation deals with imparting a unique identity to the animated character?
A.
storyboard artist
B.
background animator
C.
special effects animator
D.
3D modeler
E.
multimedia designer

Answers

A! ..........................Hope this helps <3

over the past few years a very definite need has arisen in the electrical trades for:

Answers

Data and communication wiring technicians. Run Ethernet/cat5, 5e from switch and server rooms to outlying jacks for PC users. Tagging wires, testing db loss and other cable polarization spec’s

In other words, no longer just power wiring components and techniques.

X = "apple"
y = X
z = "banana"
print(x
+
+
y + "\n" + z)
What is output?

Answers

pede po bang pa pic ang gulo po Kasi ehh

witchs one better mr beast or pewdiepie















(mrbeast)

Answers

Answer:

MR BEAST IS MR BEST

Explanation:

ANSWER: Mr. Beast because he does not buy subscribers

A workstation has been moved from the first floor to the fifth floor within an organization. The user is now reporting that the workstation cannot connect to the network. A technician suspects that the workstation could not obtain an IP address from a DHCP server. What is a possible cause of the problem?

Answers

Answer:

The workstation has been configured with a static IP address.

Explanation:

A computer network connects two or more computers together. It provides this interconnection between them using several protocols.

A computer in a network is called a node or workstation and must have an IP address. IP addresses can be assigned statically or dynamically. The static IP address permits the administration to manually configure the IP address, while dynamic addressing is done by the DHCP server protocol.

If a workstation is moved from a network of workstations with static addresses to a dynamically assigned address network, it should be configured to a DHCP server or its static address may conflict or not exist in the network.

rq+6=8-5+32=?


do not answer this question unless you have the full response

Answers

Answer:

i will help hold on

Explanation:

Answer:

i have the answer dm on on inxta at nattybatter

Explanation:

What is some advice you would give someone who is just starting online learning 2 sentences

Answers

Answer:

It sucks. But i would say if you get behind do your homework for that day and then doing one or two missing assignments. It really helps to take more notes than you would in actual school because its harder to ask the teacher for help.

Explanation:

Why does people report me on here when I say some of the things they ask on here isn't school related just some uncalled for things? I know this is probably uncalled for but still why do they do that

Answers

Answer:

I don't know maybe people don't like anything school related

Explanation:

Answer:

I don't know maybe people don't like anything school related

why is sequencing important in coding

Answers

It allows us to carry out task with multiple steps.

Answer:

To make sure you get the pattern correct.

Explanation:

Each code has a different detail that makes it do what it needs to do

What do you think could be done to encourage more women to study computer science

Answers

   many top colleges are making efforts to recruit female computer science students, making it an ideal time for women to pursue computer science degrees. The computer science field has been trying to appeal more to female employees by moving toward longer maternity leave and better work-life balance for working moms. I think that there have been great strides in encouraging women and minorities to consider studying computer science. I see increased interest and participation among women and minorities in my community and it is encouraging, however, I also recognize that I live in a pretty unique place. To combat this type of challenge, I think we need to continue to normalize the idea of females in Computer Science and also expand the programs outside of big cities and academic towns.

Explanation: these are reasons why women should do computer science.

hope this helps :)

Which of these best describes the difference between ports and slots?

Answers

Answer:

hi

Explanation:

What sense?

you mean something like that?

ports are temporary stops for maritime transport, and slots are used for long-term living here.

why does this site force you to make an account to get literally anything at all i want to pass the 9th grade not watch 5 ads per question

Answers

Answer:

They do anything for money sis

Explanation:

Other Questions
Which of the cities on the map is farthest from the Vikings' homeland? Help please! :) Which of the following makes a resource reference within an informational text? - Summary - paraphrase - internal citation - works cited page True or false?A compound sentence MUST have a comma before the FANBOYS to join the two sentences.Group of answer choicestruefalse The following is divisible by 5a. 546b. 555c. 679d. 34 What does CCC stand for?Adult/Child A 'array palindrome' is an array which, when its elements are reversed, remains the same (i.e., the elements of the array are same when scanned forward or backward) Write a recursive, boolean-valued method, isPalindrome, that accepts an integer-valued array, and a pair of integers representing the starting and ending indexes of the portion of the array to be tested for being a palindrome. The function returns whether that portion of the array is a palindrome. An array is a palindrome if: the array is empty (0 elements) or contains only one element (which therefore is the same when reversed), or the first and last elements of the array are the same, and the rest of the array (i.e., the second through next-to-last elements) form a palindrome. 7x - 2(3x + 16) = -23 The president of the Super Sip Soda Corporation asks you, as the company economist, to forecast changes in consumer root beer purchases associated with a proposed price change. You conduct a survey and find that if the price of a six-pack increases from $8.50 to $10.50, the quantity demanded will decrease from 2,500 units to 2,350 units a month Which symbol is used to indicate that a formula may contain an error? A. green triangle in upper-left corner of cellB. an orange circle below the formula resultC. green triangle with question mark insideD. a wavy purple arrow above the formula result Which answer choice best explains how the bolded participial phrase is used in this sentence?Thinking it was after eight o'clock, Sam hurried home.(A) It is used as a verb to name the main action of the sentence.(B) It is used as an adverb to describe the verb hurried.(C) It is used as a noun and acts as the subject of the sentence.(D) It is used as an adjective to describe the noun, Sam. Help and Show pls The author organizes this passage byA) comparing and contrasting different findings on autonomous vehicles B) explaining the best way to research the safety of autonomous vehicles C) presenting in chronological order the progress of autonomous vehicles D) describing the outcome of extensive research on autonomous vehicles What is a green thumb? An ability to care for animals An ability to climb trees An ability to care for plants An interest in the environmentPlease help The graph shown is a direct variation. What is the rate of change?51050 Determine the slope for each side of the polygon.The slope of side w is: _The slope of side z is:_The slope of side x is: _The slope y is : _ Who is truly worthy of Brainliest? Answer this \/\/\/\/ Why did the chicken cross the road?a. Becauseb. he had a death wishc. to get to the other side The illegal killing or capturing of wild animals is called . If I was an astronaut the mass would be much larger than earth because, the more mass an object has, the more the object pulls towards it. Mass is the amount of matter that will be everywhere. mass of earth is so big, It creates a gravitational force that can pull objects toward its center. Please help!!!!! Right between "It." and mass I need a good transition word. PARLER/CRIRE Completez la lettre de Veronica a Frederic avec le pass composedes verbes suggeresI did the first 5 words Who asked the Supreme Court to issue a writ of mandamus so that he could serve as a federal judge in Washington, D.C.?A. Samuel ChaseB. John MarshallC. William MarburyD. Thomas Gibbons