what does not stand for​

Answers

Answer 1
not stands for Naczelna Organizacja Techniczna.
Answer 2
Normal Operating Temperature

Related Questions

which is NOT something that a game producer needs to do?

A- make sure the team has the tools that they need to be successful
B- create and support ways for the team to collaborate
C- plan the script, characters, and how the game is played
D- choose the programming language that will be used to develop the game

Answers

Answer:

Plan the script, characters, and how the game is played

An action that a game producer needs not to do is to plan the script, characters, and how the game is played. Thus, the correct option for this question is C.

What are the actions that a game producer needs to do?

The actions that a game producer needs to do are as follows:

They choose the programming language that will be used to develop the game.They considerably create and support ways for the team to collaborate on the same mission. They always make sure the team has the tools that they need to be successful togetherly.

Apart from this, video game producers have to manage a lot of things. Such as constructing video games, playing an executive role during each development phase, ensuring the quality of the project, managing the timeliness of the teams working on the same project (duration), etc.

Therefore, an action that a game producer needs not do is plan the script, characters, and how the game is played. Thus, the correct option for this question is C.

To learn more about Game producers, refer to the link:

https://brainly.com/question/3863314

#SPJ2

How do I get to a file?

Answers

Answer:

You go to the "files" in your computer

It also depends on what kind of computer/laptop u have

Explanation:

photo editing software, desktop publishing, email and word processing software is most likely to be used by:
a) law enforcement officers
b) musicians
c)mass media personnel
d)medical personnel

Answers

Answer:

c) mass media personnel

Explanation:

A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer how to perform a specific task and to solve a particular problem.

Basically, softwares are categorized into two (2) main categories and these are;

I. System softwares.

II. Utility softwares.

Photo editing software, desktop publishing, email and word processing software is most likely to be used by a mass media personnel because he or she deals with the creation of various documents such as images, texts, multimedia files etc.

A gamer typing their name into the computer is an example of:
defined output.
user input.
conditional looping.
debugging.

Answers

user input I think I'm not sure though

Answer:

B User Input

Explanation:

I need help 40 points and brainless

Answers

Answer:

the answer is 50

Explanation:

hope that helped

Adrienne is creating a program the shows the user how to do yoga. There will be ten poses shown in order when the user presses the start button. What kind of program is this?
selection
conditional
iteration
sequence

Answers

Answer:

Sequence

Explanation:

The Answer Is:

D, sequence

Got it right on edge!

Answer:

D. Sequence

the metric unit used for length

Answers

Answer:

kilometer

Centimeter

Meter

Milimeter

Hope it helps

Please mark me as the brainliest

Thank you

list 5 ways that computers could be used in a school or university

Answers

Answer:

Explanation:

✓ computer can be used Interactive Learning apps, whereby students can share knowledge

✓Access to Information on the go: computer can be searched when educational information is needed

✓Virtual Classrooms : Incase of online classroom computer can be of help where both teacher student can meet online

✓Data processing and presentation ; computer can be used by both teacher and student in processing of data's.

✓Computer Literacy Education : for Literacy Education, computer can be used in training students to become computer literate.

what ia the role of mulitimedia in entertainment?​

Answers

Answer:

Multimedia is widely used in the entertainment industry. It is especially used to develop special effects in movies and video games. ... The use of multimedia in the gaming industry made it possible to make interactive games. is a combination of text, animated graphics, video, and sound delivered to you via electronic means. It is what appeals to users for entertainment, learning, and research.

game development is a time-consuming and expensive endeavor, and being a Lone Ranger is a recipe for disaster
True or False

Answers

False although depends on the future of the person's ideas

The statement that game development is a time-consuming and expensive endeavor is false.

What is game development?

Game development is designing or creating game software. It also involves generating new concepts of game and new graphics software and new technologies.

Thus, the correct option is false.

Learn more about game development

https://brainly.com/question/19837091

#SPJ2

own words. how how can we find the address of a cell.​

Answers

Answer:

The ip address.

Explanation:


Beyond adding equations, what else does the Insert Equation feature allow users to do?

Answers

Answer: Write equations in your handwriting

Explanation: Edge2021

Answer:

D. Write equations in your handwriting.

Explanation:

hope this helps :)

plzzzzzzz fast I need help

Coaxial cable is an example of transmission cable

A) true

B) false

Answers

The answer is false so B

What are the primary uses of computer?​

Answers

Answer:

Explanation:

Internet commerce,  buying and selling items.   emailing, and z00m meeting now  :D

What is the ascii code for the letter D

Answers

Answer:

068

Explanation:

Or if you want binary it's 01000100

FIFTY POINTS IF YOU CAN HELP ME!!!!
You have been looking for a part-time job and it looks like you have found a good fit. You researched the listings on a job board, emailed your résumé to the company’s HR department, and got a phone call back. They gave you login information for a private system so you could take an online test, and now you’ve just had an online video interview. Which networking features have you used so far in your job search?

Answers

Answer:

Research jobs in digital media. Using a job-posting site like Indeed, Monster, Career Builder, or other sites, search for a job in your area. Once you identify a job in digital media that you may want to do, research the qualifications and education needed to perform this job, Write a paper of at least 300 words that includes: many things?

Explanation:

Write a program in java to enter a character.The program displays the message "uppercase vowel" if entered character is uppercase vowel.Otherwise,displays the message "not an uppercase vowel".

Answers

Answer:

d

Explanation:

i think

Which is an example of an objective in a game?

a
the player is supposed to explore the map until they find every hidden item
b
the game has a store where the player can upgrade items
c
the game is bright and colorful
d
the game has multiple objects that the player can interact with

Answers

The answer to this is A

Answer:

answer is A or C

Explanation:

2 points
1. Which characters are normally used to represent the root of the Floppy
disk drive? *
a) C1
b) A:
c) B:
d) D:
points

Answers

Answer:

B) A:

Explanation:

Question 11 of 20
Which of the following reasons for writing a formal business document would
lead you to write a proposal?
A. To convince your manager to use a new meeting organization tool
O B. To summarize what happened during a meeting
O C. To describe what tasks you completed during the week
D. To tell your manager a project is on budget and on schedule
SUBMIT
Ex

Answers

Answer: A.) To convince your manager to use a new meeting organization tool

Explanation:

what is the output if the user enters -5 and where do I input the negative 5

Answers

Answer:

An input of -5 gives an output of 4

Explanation:

Given

The attached program

Required

The output when input is -5

Analyzing the program line by line:

This defines the function tryIt. It gets the parameter from the main method.

So, if the user enters -5, -5 is passed into the function through argument a

def tryIt(a,b=7):

This calculates a + b, and returns the sum to the main: a = -5 and b = 7.

   return a + b

So: -5 + 7 = 2; 2 is returned to the main method

The main begins here

#MAIN

This is where you get to input -5

n =int(input("Enter a number: "))

The multiplies the returned value by 2.

ans = tryIt(n)*2

tryIt(-5) = 2. So: ans = 2 * 2; ans = 4

This prints 4

print(ans)

A search will _____ determine the index of the goal.

A. always
B. never
C. sometimes

Answers

Answer:

The correct answer is C. Sometimes.

Explanation:

A database index is a structure that aims to speed up selections and selective operations on a database. An index reduces the number of comparisons required to find one or more database records. This avoids having to perform a so-called full table scan, whereby all records in the table have to be run through sequentially.

Therefore, if the search does not focus correctly on the necessary data, this search will not always determine the index of the goal. Therefore, the user must correctly handle the search keywords to collaborate with the system.

a) Internet is owned by:
a) US Government.
b) Europe.
c) Asian Countries.
d) Nobody owns internet.​

Answers

Answer:

D. Nobody owns internet

define types of hacker ? with three to four line of each types?​

Answers

1.) benevolent hackers are hackers that use their skills to assist people in getting back stolen information, and usually put bad people in their place
2.) malevolent hackers use their skills to cause harm to others by either stealing information or leaking it, hacking into social media accounts or by infiltrating computers and implanting malware of some kind, but this isn’t normally done by hacking, you can do it just by sending an email with a sneaky link or virus in it.
Those are the two main types but there are also hackers who work for the government as cyber security protection or even to hack into targets of the government.

_________ cloud offers the services to a limited and well defined number of parties

Answers

Answer:

Private

Explanation:

Which situations are most likey to use Telehealth

Answers

Answer:

Emergency situations that make it difficult to go to a clinic will likely require Telehealth. Examples include cases of

1. heart attack

2. breathing difficulties

3. health challenges that begin in the night

4. onset of child labor

5. a pandemic situation where hospitals are filled up

6. sickness among aged people in rural communities with no clinic, etc.

Explanation:

Summarily, the World Health Organization (WHO) defines Telehealth as the 'incorporation of Information Communication Technology in the delivery of health care services in situations where patients and health care providers are separated by distance'. Emergency health situations that make it difficult to quickly access medical help can benefit from Telehealth.

In the cases of a pandemic such as the one experienced in 2020, where hospitals were filled to the brim, telehealth proved to be a useful form of health care delivery.

What is Colby Knox known for?

Answers

Answer:The School in the Woods. Colby Knox is known for his work on The School in the Woods

Explanation:

Answer:

the school on the wood ghost is known as Colby Knox.

advantages of a software

Answers

Simplified decision-making. Obtaining one complete view by integrating your software systems simplifies the decision-making process. ...

Increased productivity

More reliable data

Enhanced analysis

Improved data security

Better customer service

Increased sales potential

Answer:

Simplified decision making. Obtaining one complete view by integrating your software systems simplifies the decision making process. ...

Increased productivity. ...

More reliable data. ...

Enhanced analysis. ...

Improved data security. ...

Better customer service. ...

Increased sales potential.

Explanation:

Brainliest?  

Write a program to accept two numbers
in two lines and find Square root of Squares
of thion​

Answers

Answer: Here you go, change it however you like :)

Explanation:

num1 = int(input("Enter a number: "))

num2 = int(input("Enter a number: "))

print(f"square root of num1: {num1**0.5}")

print(f"square root of num2: {num2**0.5}")

explain three ways by which we can obtain data​

Answers

Answer:

Here are some of the most common types of data collection used today.

Surveys. ...

Online Tracking. ...

Transactional Data Tracking. ...

Online Marketing Analytics. ...

Social Media Monitoring. ...

Collecting Subscription and Registration Data. ...

In-Store Traffic Monitoring.

Explanation:

Other Questions
Two angles of a triangle measure 59 degrees and 63 degrees. If the longest side measures 28 centimeters, find the length of the shortest side. which number below has the least value? A 7 1/4 B 7 1/5 C 7 1/2 D 7 1/10 E 7 1/20 Read about three people who had trouble with technology. How would you have felt in their situation? What would you have done? How did the weather cause trouble for the Donner party?1. Heavy rainfall caused the Donner party to get stuck in a muddy ravine.2. A tornado destroyed many of the Donner partys wagons.3. Sandstorms caused the Donner party to become lost in the desert.4. Heavy snowfall trapped the Donner party in a mountain pass. LEEN was observing the physical properties of elements in order to classify them as either a metal, non-metal, metalloid or any other type of element. The first element was dull, brittle, and did not conduct heat. What would its classification beMetalNon-metalMetalloidRadioactive element Ginny's earnings from her lemonade stand decreased by 18% from last week to this week Ginny used the following expression tocalculate the money she earned from the lemonade stand this week, L. where is the amount of money Ginny earned last week.E - 0.18 E = LSelect the correct interpretation for the given equationOA. Lis 18% of the amount of money Ginny earned last week.OB. Lis 82% of the amount of money Ginny earned last week.OC. Lis 0.82% of the amount of money Ginny earned last week. Please please help please please. Answer as soon as possible please and thank you. Will give brainly An Olympic swimmer competes in the same events during each long course swim season. A swimmer currentlycompeting on the United States Women's Olympic Swim Team, will swim her best events each year with the hope ofcontinuous Improvement. The following table is a record of the swimmer's best times for the 100 meter freestyle event,measured in long course meters.Long Course RecordedSeasonBest Time2005 2:33.422006 2:24.812007 2:10.9320082:03.4520091:58.6720101:59.1720111:55.0620121:55.8220131:54.8120142:00.031. Create a scatter plot representing the data displayed in the table.2. Use the scatter plot to determine whether there is positive, negative or no correlation between the data values.3. Write a conclusion statement regarding the data and the rate of change present in the line of best fit. Do not actuallycalculate the slope or write the equation for the line of best fit. what is hospitableness in your own understandings? In addition to being good problem solvers, which of the following do engineers need to be?O wealthyO rigidO respectedO practical Find two integers whose sum is -8 and product is -48 Transitions show us how __________ ___________ are __________ to one another. How do you spell Otorhinolaryngologist? Determine the dependent variable in the statement:The more Susie stretches, the more flexible she is.1. Susie's flexibility2.Amount of stretching Asexual reproduction is the when only one parent contributes genetic information creating an identical offspring. true Or false? Help please like can u explain instead of just giving me the answer we literally are what we eat A pipe is located 45 feet below sea level. What integer would represent the location of thepipe? Miranda needs to add 68 + 19 mentally but is struggling. If she knows that 68 + 20 = 88, how can she use this to help? HELLPP HURRRY FIND THE AREA help asap pleasee!!!what is the three parts.?!!