computer sci. 2

Thakur College of Science and Commerce

SYJC Computer Science II – Activity Sheet No. 1

Answers (Page 1 & 2)

I. Choose the Correct Alternative

1) _________ is 8 bit non accessible register.

Answer: (c) IR (Instruction Register)

2) __________ is an example of 16 bit accessible register of MP 8085.

Answer: (b) SP (Stack Pointer)

3) __________ register pair acts as a memory pointer.

Answer: (b) HL

4) After fetching an instruction from memory, it is stored in ___________.

Answer:

...

See on Student Notes »

cvvvvv

BUSINESS LAW - ULTIMATE EXAM CHEAT SHEET

1. TRADER

Definition: A physical or legal person who performs commercial acts.

Conditions:

• Habitual (continuous commercial activity).

• Professional (commerce is the person's profession).

• Own name & own account (jurisprudence).

• Registered in the Commercial Register. Obligations:

• Register in the Commercial Register.

• Keep accounting records.

2. COMMERCIAL ACTS

By Nature: Buying to resell, transformation, mining and services.

...

See on Wikiteka »

mrnjao

Прва Шенонова теорема: lˉ≥H(S) → објашњава колико највише можемо да смањимо
(компресујемо) податке
 теорема тврди да је просечна дужина кодних речи lˉ увек већа или једнака
ентропији извора H(S).
 коефицијент компресије - што је већи, компресија је боља
 ефикасност - што је већа

...

See on Wikiteka »

History

Here is a comprehensive study guide based on the **History of Europe (1789-1878)**. The questions are drawn from your exam papers and the standard syllabus for this period. The answers are written in simple, easy-to-understand English.
### **Section A: 15 Questions (2 Marks) – Approx. 50 Words Each**
**1. Define Enlightenment.**
The Enlightenment was a movement in 18th-century Europe. It stressed human reason, science, and logic over blind faith and old traditions. Thinkers believed that education...

See on Student Notes »

dabika

ব্যক্তিত্বের সংজ্ঞা দাও। ব্যক্তিত্বের নির্ধারক হিসেবে বংশগতি ও পরিবেশের ভূমিকা আলোচনা করো।
ভূমিকা:
ব্যক্তিত্ব (Personality) হলো একজন মানুষের শারীরিক, মানসিক, আবেগীয়, সামাজিক ও নৈতিক বৈশিষ্ট্যের
...

See on Student Notes »

tgpp segunda fase

Estado = Um instrumento criado pelas pessoas, uma vez que é reconhecida como a maneira mais eficaz de alcançar os objectivos que as pessoas têm na vida.  O estado pode ser referido como uma pessoa coletiva pública que desempenha a actividade administrativa; é uma forma de organização política

Existem 3 elementos que constituem o Estado

Povo: O povo é um conjunto de pessoas que buscam uma forma conjunta de resolução dos seus problemas e objectivos. Não pode haver estado sem um conjunto

...

See on Wikiteka »

fdwffwef

1. What is Data Science?
Answer:
Data Science is an interdisciplinary field that uses scientific methods, statistics, algorithms, and computing techniques to extract knowledge and insights from data for decision-making.
2. Differentiate between structured and unstructured data.
Answer:
Structured Data
Unstructured Data

Organized in rows and columns
No predefined format

Easy to store in databases
Difficult to analyze

Example: Excel sheets
Example: Images, videos, emails

3. What is data cleaning?
Answer:
Data

...

See on Wikiteka »

sadasdsa

1 % I: una matrice che rappresenta un ’ mmagine a toni di grigio
2 % Inew : l’ immagine dopo l’ operazione di filtraggio puntuale
3 I = imread (’cameraman . tif ’);
4 I = double (I);
5
6 r_max = max (I(:) );
7 r_min = min (I(:) );
8 a = 0;
9 b = 255;
10
11 LUT =[];
12 for i = 0:255
13 r = i;
14 if r <= r_max & r >= r_min
15 s = s = ((r - r_min) / (r_max - r_min)) * (b - a) + a; 
16 else
17 s = r;
18 end
19 LUT (i +1) = s;
20 end
21 Inew = uint8 (LUT (I+1) );
22 figure , imshow
...

See on Wikiteka »

konfig

RM simple txt file that introd. and explains a SW proj, how to install, use and collab. begin doc before you start proj, at root folder, top level of proj. Markdown lightweight txt to html markup lang. easy to r and w, supported by many tools.

Version Control Systems (VCS) local - ev is saved on personal comp. fast, simple, full control but no collab and risk of data loss; centralized one central server holding the proj. Every dev can r and w, maintains only the current version in their wd; easy

...

See on Student Notes »