10. find the class of each address.
a) 00000001 00001011 00001011 11101111
b) 11000001 10000011 00011011 11111111
c) 14.23.120.8
d) 252.5.15.111
You must design a Fitness app.
1. Create a problem statement using the following template.
The problem is
Affects
The impact of which is
A successful solution would be
2. Create a product vision using the following template.
For [target customer]
Who [statement of the need opportunity]
The [product name] Is a [product category]
That [statement of key benefits; that is; the compelling reason to buy]
Unlike [primary competitive alternative]
Our product [statement of primary differentiation]
You must design a Fitness app. Customers buy a subscription, paid monthly, to do different types of online exercise classes (yoga, Pilatus, running, cycling, building strength and so). Classes are streamed live by the various fitness instructors. Customers can also view previous classes on demand (select the date, or instructor, or type of class and stream the class at a more convenient time). Customers can also do personalized one on one classes with a personal fitness instructor. These classes are more expensive than the other classes. The app also offers healthy recipes and cooking demonstrations subscriptions.
Machine Exercise # 1 : Arrays and Strings
Write a program that uses a 3 3 3 array and randomly place each integer from 1 to 9 into the
nine squares. The program calculates the magic number by adding all the numbers in the array
and then dividing the sum by 3. The 3 3 3 array is a magic square if the sum of each row, each
column, and each diagonal is equal to the magic number. Your program must contain at least
the following functions: a function to randomly fill the array with the numbers and a function to
determine if the array is a magic square. Run these functions for some large number of times,
say 1,000, 10,000, or 1,000,000, and see the number of times the array is a magic square.
NOTE : SUBMISSION IN CPP FORMAT
You need to design a small office with 15 computers/laptops connected to
the high-speed Internet connection. The small office network must consist of:
• 15 computers/laptops to share an Internet connection.
• Two printers/scanners to be shared on the network.
• Firewall should be included.
• Select a package from local Internet Service Provider and explain why
that package was selected.
1. Draw your complete network design on a diagram. The diagram must show
the computers, Internet connection, and physical layer items (e.g. wires,
hub, router, etc, if appropriate). The diagram should be an original drawing
done by you using an appropriate diagramming software. (15 Marks)
2. A written description of the diagram including all the equipment
connected. For each part of the network, as shown in your diagram, write
a few paragraphs describing the part.
Evaluate the postfix expression 623+482/+*5++ using stack in tabular format
With an example each show the types of rotations in AVL tree.
Write a program that uses functions to perform the following operations on singly linked list:
I)Creation ii)Insertion iii)Deletion iv)Traversal
Evaluate the postfix expression 623+482/+*5++ using stack in tabular format
With an example each show the types of rotations in AVL tree.
how many 5MB mp3 files can be stored on a 1GB flash drive?
Q. Draw a DFA for the language accepting strings starting with ‘ab’ over input
alphabets ∑ = {a, b}.