Answer:
GIRL
Explanation:
DALAGANG FILIPINA
14 YEARS OLD
NEED FRIENDS
Python
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. if the input is: 5 2 4 6 8 10 then the output is: all even if the input is: 5 1 3 5 7 9 then the output is all odd if the input is: 5 1 2 3 4 5 then the output is: not even or odd your program must define and call the following three functions. def getuservalues(). getuservalues reads in, creates, and returns the list of integers. def islisteven(mylist). islisteven returns true if all integers in the list are even and false otherwise. def islistodd(mylist). islistodd returns true if all integers in the list are odd and false otherwise.
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()
PLEASE HELP! ITS A COMPUTER MCQ
The character that is displayed at the end of the code for continuation.
a. :
b. ;
c. .
d. ,
Answer:
b. ;
Explanation:
PLEASE MARK ME AS BRAINLIEST
Using logic gates, design an active low chip select for the memory a 256
k memory device starting at address 48000016 in a 16 megabyte memory space
Answer:
Using logic gates, design an active low chip select for the memory a 256 K memory device starting at address 48000016 in a 16 Megabyte memory space AN 8 b) Develop the truth table for the combinational logic circuit shown below. х Y Z. Å Å Do AN 7 c) A cache memory stores frequently/recently used data and instructions during instruction execution.
Explanation:
Using logic gates, design an active low chip select for the memory a 256 K memory device starting at address 48000016 in a 16 Megabyte memory space AN 8 b) Develop the truth table for the combinational logic circuit shown below. х Y Z. Å Å Do AN 7 c) A cache memory stores frequently/recently used data and instructions during instruction execution.
2
In the 1940s, computers were programmed using punch cards, or pieces of paper that had holes in them that represented binary code. Ifa
ebstake was made using this type of primitive propamming, which of the following BEST describes what would need to be done to correct the
problema
OA The entire proagam of punch cards had to be re-punched.
OB. The entire preagamn of punch cards had to be loaded again and started over,
OC The entire prensam needed to be rewritten and a different set of punch cards were used.
OD. The entire progam could be fored by adding or remoanga card for the existing stack of papers.
Reset
Nest
rights reserved
If any mistake was made using this type of primitive programming, the entire program of punch cards had to be re punched again. The correct option is A.
What is punch card?A punch card is a card on which data is able to be recorded in the form of punched holes.
Whenever a mistake is done, the punched card is scrapped and made anew one for same programming.
Thus, if any mistake was made using this type of primitive programming. The entire program of punch cards had to be re punched again. The correct option is A.
Learn more about punch card.
https://brainly.com/question/27476988
#SPJ1
Carl is beginning a digital forensic investigation. he has been sent into the field to collect a machine. when he arrives, he sees that the computer is running windows and has open applications. he decides to preserve as much data as possible by capturing data in memory. what should carl perform
Answer:
Volatile memory analysis
Explanation:
volatile data analysis in a computer's memory dump memory forensics is used by information security specialists to examine and identify assaults or harmful actions that leave no clearly identifiable trails on hard disk data which os what Carl decides to preserve as much data as possible by capturing data in memory
What is the newest code language?
Answer:
Python 3
Explanation:
The language's latest iteration, Python 3.9, was released on October 5, 2020. It includes even more new features such as relaxed grammar restrictions, flexible function and variable annotations, and new string methods to remove prefixes and suffixes.
New Programming Language 1: Python 3
The language's latest iteration, Python 3.9, was released on October 5, 2020. It includes even more new features such as relaxed grammar restrictions, flexible function and variable annotations, and new string methods to remove prefixes and suffixes.
1. What is a blog?Explain its use.
2. List any 5 websites that provide blog service.
3. Difference between web page and website.
4. What do you mean by publishing a post?
Answer:
A blog is a type of website, usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in reverse-chronological order.WordPress.com – Best for Free Blogs. ...WordPress.org – Best for Self-Hosted Blogs. ...Web.com – Best for Small Business Owners. ...Wix.com – Best for Small Websites. ...Joomla.com. ...The webpage is a single document on the web using a unique URL, while a website is a collection of multiple webpages in which information on a related topic or another subject is linked together under the same domain address. Learn more about what is the difference between a website and webpage from the table below.to submit (content) online, as to a message board or blog: I published a comment on her blog post with examples from my own life. They publish a new webcomic once a month. to announce formally or officially; proclaim; promulgate.how do you unblock sites on your computer
Answer:
you can't if it's a school computer you'd have to buy new parts for it
Explanation:
The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly but gets faster each minute after you hear this signal *signal sound*. A sing lap should be completed every time you hear this sound. ding Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!… Start.
Answer: you cant if your are on a school cumputer but if you are not just make a new profile with out any restrictions.
Explanation:
An engineer installs a router on a business network so that users can connect to the Internet. What configurations does the engineer use to ensure the Internet access functions correctly
The configurations does the engineer use to ensure the Internet access functions correctly are Logical network, Logical host ID, and Default gateway.
What is a router explained?A router is a tool that connects or greater packet-switched networks or subnetworks. It serves the number one functions: coping with visitors among those networks through forwarding information packets to their supposed IP addresses and permitting a couple of gadgets to apply the equal Internet connection.
The Logistics Network is what hyperlinks producers, suppliers, wholesalers, outlets and consumers; and is consequently a key aspect in the Supply Chain. Transport, warehouse and distribution centre operations are what hyperlink producers to cease consumers (at once or in-at once).
Read more about the Internet:
https://brainly.com/question/97026
#SPJ1
Display network involves (select one):_________
a. Advertisers coordinating their display ads to show up on various websites at the same time
b. Advertisers that want to pay to display their ads coordinating with websites wanting to display those ads
c. Advertisers that want to increase display ad effectiveness working with search engines on maximizing webpage placement
d. Advertisers coordinating display ad campaigns to align with other advertising efforts such as search advertising
Display network involves Advertisers that want to pay to display their ads coordinating with websites wanting to display those ads.
What is a display advertising network?This is known to be a group of websites, videos and apps where a person ads can appear and it is one that has a lot of Internet users worldwide.
Note that Display network involves Advertisers that want to pay to display their ads coordinating with websites wanting to display those ads.
Learn more about Display network from
https://brainly.com/question/2780939
#SPJ1
When you are framing the questions you will use data analytics to answer, what is the key to how you frame your questions?
When you are framing the questions you will use data analytics to answer, the key to frame the question is make it more specific to get a specific reply.
What are analytics questions?Analytical questions are the questions that are asked about the person, the questions can be asked in an interview.
Analytical questions are where you have worked?, what you think about yourself, etc.
Thus, the key to frame the question is to make it more specific to get a specific reply.
Learn more about analytics questions
https://brainly.com/question/3988337
#SPJ1
Which operating system is used by most the supercomputer system in the world
Answer:
Linux
Explanation:
Linux runs all of the top 500 supercomputers
What's bitcoin? what is it used for? how can I turn it into real money? What are stocks? How can I invest?
Answer:
Bitcoin is a form of digital cash that eliminates the need for central authorities such as banks or governments. Instead, Bitcoin uses a peer-to-peer internet network to confirm purchases directly between users.
Launched in 2009 by a mysterious developer known as Satoshi Nakamoto
Bitcoin (BTC) was the first, and most valuable, entrant in the emerging class of assets known as cryptocurrencies.
Bitcoin can be a risky investment, so it's important to think carefully about your goals and your strategy before you decide. While Bitcoin's price has appreciated dramatically over time, not every person who has bought it has gotten a piece of those gains. Because cryptocurrency markets in general are very volatile, it's nearly impossible to find the "right time" to buy or sell — the price could soar moments after you sell, or plummet as soon as you buy.
What is the purpose of bitcoin? Bitcoin was created as a way for people to send money over the internet. The digital currency was intended to provide an alternative payment system that would operate free of central control but otherwise be used just like traditional currencies.
There are many ways to convert your cryptocurrency to real cash. Peer to Peer, or online exchanges is available. I think BetCoBit is the best place to convert cryptocurrency at a low price. This is how simple BetCoBit is just login and add money into your BetCoBit account and withdraw that money by choosing different payment methods.
What are stocks?
a share which entitles the holder to a fixed dividend, whose payment takes priority over that of ordinary share dividends.
How can i invest?
To buy crypto, you have to first create an account on a crypto exchange. Practically speaking, it's just like the brokerage platforms you may be more familiar with: Crypto exchanges allow buyers and sellers to exchange fiat currencies—like dollars—for cryptocurrencies like Ethereum, Bitcoin or Dogecoin.
Explanation:
That is not as hard as you thought.
Answer:
You can't
Explanation:
Bitcoin doesn't make you money
instead it takes all your time so they get the money and not you.
You are sharing your computer screen to collaborate on a document. Which view should you use to minimize the ribbon and give your document the most screen space?.
The view that you should use to minimize the ribbon and give your document the most screen space is Read Mode (Windows) or Focus (Mac).
What is Microsoft read mode?Microsoft Office is one that gives a lot of different views for documents, and one of which is read mode.
Note that the Read Mode was set to help remove distractions while reading and working on document.
Therefore, The view that you should use to minimize the ribbon and give your document the most screen space is Read Mode (Windows) or Focus (Mac).
See options below
Read Mode (Windows) or Focus (Mac)
Draft view
Web Layout view
Outline view
Learn more about computer from
https://brainly.com/question/24540334
#SPJ1
Amelia wants to create a website using the Python computer language to code her site. She will also use CodeSkulptor3 to help her. CodeSkulptor3 is an example of a(n):
A.
browser-based code editor.
B.
online coding tutorial.
C.
code repository.
D.
web page hosting site.
Amelia wants to create a website using the Python computer language to code her site. She will also use CodeSkulptor3 is an example of browser-based code editor. The correct option is A.
What is python?Python is a programming language generally used to make websites and software. Automated tasks and data analysis are also carried out using python.
CodeSkulptor3 is also a browser-based Python interpreter. It has implemented a subset of Python 3.
Thus, CodeSkulptor3 is an example of browser-based code editor. The correct option is A.
Learn more about python.
https://brainly.com/question/19045688
#SPJ1
You are using a crimper to attach an RJ45 connector to a Cat 6 UTP cable. You need to use the T568A standard to connect the individual wires to the connector. Which wire should be connected to pin 1
Based on the scenario above, the wire that should be connected to pin 1 is the green and white wire.
What is a wire?A wire is known to be a kind of material that is said to be flexible in nature and contains a metallic conductor and it is one that can carry electric current in any given circuit.
Since one need to use the T568A standard to connect the individual wires to the connector the wire that should be connected to pin 1 is the green and while wire.
Therefore option d is correct because it is T568A standard to be able to link the individual wires.
See complete question below
You are using a crimper to attach an RJ45 connector to a Cat 6 UTP cable. You need to use the T568A standard to connect the individual wires to the connector. Which wire should be connected to pin 1
a. orange and white
b. green
c. blue
d. green and white.
Learn more about wire from
https://brainly.com/question/25922783
#SPJ2
Which authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users and can be used together on the same network
The authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users are:
TACACS+RADIUSWhat is TACACS and RADIUS?RADIUS is known to be a service that is set up so as to be able authenticate and log in any person who is a remote network user.
Note that TACACS+ is used in the area of administrator access to network devices such as routers and switches.
Therefore, The authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users are:
TACACS+RADIUSLearn more about authentication service from
https://brainly.com/question/14699348
#SPJ1
True or false computers are an application of the on-off principle
Answer: True.
Explanation:
Computer circuits are binary in concept, having only two possible states. On or off. We cannot put them into a half awake half sleeping state like humans can be in. Therefore the answer is true.
What words are familiar to people involved with computers? printer network, mouse and monitor screen software
The words that are familiar to people involved with computers are network, mouse and monitor screen.
What is a computer?A computer simply refers to an electronic device that is designed and developed to receive data in its raw form as an input and processes these data into an output (information), which could be used by an end user to perform a specific task through the use of the following:
KeyboardNetworkMonitor screenMouseIn Computer technology, we can logically infer that network, mouse and monitor screen are the words that are familiar to people involved with computers.
Read more on computer here: brainly.com/question/959479
#SPJ4
Answer:
B
Explanation:
network, mouse and monitor
Which of the following indicate a problem with the laptop battery? • The laptop running slowly • Some applications will not run ● The laptop gets switched off when mains switch is off The laptop doesn't boot ●
Answer:
The correct answer would be D, (or the last one).
The option that indicate a problem with the laptop battery is the laptop gets switched off when mains switch is off.
What causes a laptop not to switch on?The main reason is that the laptop has a faulty power supply or when the battery is faulty or there is a failed hardware.
Note that The option that indicate a problem with the laptop battery is the laptop gets switched off when mains switch is off.
Learn more about laptop from
https://brainly.com/question/16045385
#SPJ2
Distinguishing elements of your data visualizations makes the content easier to see. This can help make them more accessible for audience members with visual impairments. What is a method data analysts use to distinguish elements
It is a method data analysts use to distinguish elements data visualizations may be a powerful manner to talk about complicated statistics units by presenting a visible illustration of statistics via charts.
What is Data visualizations,?Data visualizations, which include statistical charts, diagrams, and maps, are an powerful manner to represent, analyze, and discover statistics in addition to discovering and talking insights.
The number one techniques for statistical evaluation are qualitative statistics evaluation strategies and quantitative statistics evaluation strategies. These statistics evaluation strategies may be used independently or in aggregate with the alternative to assist enterprise leaders and decision-makers collect enterprise insights from exclusive statistics types.
Read more about the visualizations :
https://brainly.com/question/1822923
#SPJ1
Write the text of the program in Python.
Answer:
wow its quite long ill send it to you in a couple of days
Help me with this question asap please
Answer:
Parameter
Explanation:
The function's scope is truly local. The () brackets at the end execute the function -- the enclosing brackets are to disambiguate what is being executed.
True or False: An Intrusion Detection System (IDS) is generally a passive device that listens to network traffic and alerts an administrator when a potential problem is detected
Answer:
According to your question, I think it is true.
How do you access a sample credit report and credit score? Once you have your credit report
and credit score, how do you go about interpreting them? What components are included in a
credit report?
Answer:
only good knows the answer son
Explanation:
Select the correct answer.
Which file size of the image is most appropriate to save an image for the web?
A.
54 KB
B.
745 KB
C.
1.1 MB
D.
2.5 MB
Answer:
The correct answer should be C, 1.1 MB : )
You are researching a topic online. You follow a link on a science association's website, but the webpage will not load. What is the most reasonable hypothesis for this problem
The most reasonable hypothesis for this problem is that the domain name or uniform resource locator (URL) is invalid.
What is a website?A website is a collective name for a series of webpages that are interconnected with the same domain name, so as to provide certain information to end users.
In this scenario, since the Internet is active, the most reasonable hypothesis why the webpage will not load is that the domain name or uniform resource locator (URL) is invalid.
Read more on websites here: https://brainly.com/question/26324021
#SPJ1
True or false. The send e-mail feature, listed under tools, will allow you to send an e-mail to your instructor and to fellow students directly from your online course in blackboard.
Answer:
TRUEExplanation: please mark me brainliest
6. After you add the printer, you need to install a utility software that allows the computer to communicate with the printer so that you can control print jobs. What is this software called
Answer:
Printer Driver
Explanation:
a printer driver or a print processor is a piece of software on a computer that converts the data to be printed to a format that a printer can understand.
You are an application developer. You are writing a program to exchange video files through a TCP/IP network. You need to select a transport protocol that will guarantee delivery. Which TCP/IP protocol would you implement that provides this capability? RIP TCP IP TFTP UDP