logo

Crowdly

Browser

Add to Chrome

Questions Bank (1363767 total)

Create a database model for the following use-case:

A Fitness Trainer App.

A Fitness Coach has a Fitness Training App.

Users sign up for Fitness coaching on the app, with their

details like name, age, email, weight, height etc.

The App has various Fitness Plans to choose from. Users

choose the best suitable plan for themselves. Each plan has time slots

associated with it in the morning and evening.

Each fitness plan comes with diet consultation and

suggestions which users have to follow.

A user’s progress is recorded from time to time and saved in

the app. Details include fitness stats like weight, BMI, muscle mass, and strength

measurements.

The App also sends regular notifications on email about

progress.

Your Tasks:

1.      

Identify all Entities in in the given problem

a.      

Correctly mark the Primary Key with an Underline

b.      

Identify at least 4 to 5 attributes for each

entity

2.      

Identify all Relations between the entities, and

also identify any relationship-specific attributes.

3.      

Correctly identify ‘Cardinality’ or Key

constraints of each relationship

4.      

Create a E-R diagram for the same

You can write all of the above on a paper and attach a snap or you can create a Word document with your answer and paste E-R in the document. Attach the document to the answer . You can use any online tools to create E-R or simply use pen and paper, whatever is suitable.

View this question
Explain why simple Text files do not serve the purpose of large scale data management. Justify your answer by highlighting key requirements of a large scale data management system.

View this question

Нотація – це

0%
0%
0%
100%
View this question

Визначте параметри в формулі 

метода експоненціального

згладжування

View this question

Для визначання обємної частки етилового спирту в зрілій бражці використовують:

100%
0%
0%
View this question
Яку з наведених системних служб ОС Linux можна рахувати найбільш важливою?
View this question
Якщо в ОС Linux потрібно дізнатись робочу директорію процесу з PID=1229, де міститься його виконавчий файл і з якої він був запущений на виконання, то для цього можна скористатись командою
View this question
Якщо в диспетчері CFS задача з віртуальним часом виконання vruntime=10 і відносним пріоритетом (nice value) 3 виконувалась в CPU 4 одиниць часу, то після її повернення в чергу готовності до виконання, новий віртуальний час виконання задачі буде рівним (округлити до цілого числа):
View this question
Якщо в диспетчері ОС UNIX зі значенням порогового пріоритету рівним 60, виконання користувацького процеса в CPU зайняло p_cpu=4 одиниць часу, а його відносний пріоритет (nice value) дорівнює 1, то після повернення процеса в чергу готовності до виконання його поточний пріоритет буде рівним:
View this question
Нехай 1) на кроках часу від t=1 до t=20 послідовність звертань процесу до сторінок пам’яті S=[4, 1, 2, 3, 6, 6, 6, 4, 4, 6, 4, 4, 5, 4, 5, 6, 2, 6, 2, 3]; 2) вікно робочої множини k=10. Якщо для визначення робочої множини обрано крок часу t=15, то розмір робочої множини сторінок процесу буде рівним
View this question