Answer:
Data modeling is a process used to define and analyze data requirements needed to support the business processes within the scope of corresponding information systems in organizations. Data modeling defines not just data elements, but also their structures and the relationships between them.
Explanation:
there ya go.
Data modeling is when you create information for a data model system. Sometimes, this data model is usually implemented into a database, which then results in database modeling
Write a program to simulate a Fruit Machine that displays three symbols at random from Cherry, Bell, Lemon, Orange, Star, Skull.
The player starts with £1 credit, with each go costing 20p. If the Fruit Machine “rolls” two of the same symbol, the user wins 50p. The player wins £1 for three of the same and £5 for 3 Bells. The player loses £1 if two skulls are rolled and all of his/her money if three skulls are rolled. The player can choose to quit with the winnings after each roll or keep playing until there is no money left.
1. Write pseudo or flowchart for this task ready for it to be coded in class tomorrow - 1/12/2020
2. needs - variable, iteration - while because of some condition, selection - it's all the IFs, Sequence - be careful of sequence
please this is urgent i beg u
Answer:
please read these terms and search for Google app
Three popular types of ____ are handheld computers, PDAs, smart phones.
Answer:
portable media players, and digital cameras
Explanation:
Three popular types of mobile devices are handheld computers, PDAs, and smart phones.
What are smart phones?Smart phones can be defined as hybrid versions of mobile devices that are designed and developed to have more features, so as to enable them run different applications, functions and tasks with the aid of software applications such as web browsers, multimedia player, etc.
In Computer technology, three popular types of mobile devices are handheld computers, PDAs, and smart phones.
Read more on smart phones here: https://brainly.com/question/15867542
#SPJ2
what is the easiest way not to get distracted from doing my school work?
Answer:
really you want the answer
Answer:
Find a good quiet place, Turn off your phone. put it away, wear comfy clothes, Lock your door. Dont eat, But drink water
Explanation:
Hope this helped!
How can we work together to fix our website
Answer:
you can upade the code
make a off topic page
Explanation:
I thnk this will help with the spamers
Read the following scenario, and then answer the question below.
Two of the computers at work can't go online and print over the network. The computers may be trying to share the same IP address.
Which strategy is most likely to solve the problem?
Answer:
I think they need to get different up adresses
Explanation:
They may be overloading the network if they are sharing an IP address so it doesn’t k ow what to print
Answer:
the best way is to logging off one of the computers, and then logging back on.
have a nice day.
what is a Java software
Answer:Java is a set of computer software and specifications developed by James Gosling at Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment.
also: 'Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network. It can also be used to build a small application module or applet (a simply designed, small application) for use as part of a Web page.
Explanation:
Data is best described as
statistical details.
factual or numerical information.
calculations and conclusions.
multimedia content.
Answer:
The answer is B
Explanation:
TOOK THE TEST
Answer:
B: factual or numerical information.
Explanation:
Edge 2020
which network topology is the cheapest?
please answer i will give you brainelst!!!!!!!!!!
Answer:
I think it's D
Explanation:
Hope you don't get it wrong
Is there a way to using Microsoft apps for iOS?
Answer:
nope there is no way ut some games or apps is also can download in ios and also in microsoft
you can fit more RAW files on a memory card than JPEG files. true or false
Answer:
true
Explanation:
The variable isopen is to be used to indicate whether or not a store is currently open. Which of the following is the most appropriate data type for isOpen?
Answer:
Boolean
Explanation:
Though the options are missing, the question is still answerable.
From the question, we understand that isOpen can only assume any of two values which are: open or close
i.e. whether a store is opened or currently.
When a variable can only assume any of two values, the most suitable data type of that variable is Boolean.
Hence, Boolean answers the question.