SlideShare a Scribd company logo
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601

ASSIGNMENT
DRIVE WINTER
PROGRAM
SUBJECT CODE & NAME
SEMESTER
BK ID
CREDITS
MARKS

2014
BBA
BBA105- COMPUTER FUNDAMENTALS
1
B1501
2
30

Note: Answer all questions. Kindly note that answers for 10 marks questions should be
approximately of 400 words. Each question is followed by evaluation scheme.

Q.1. a. Determine the decimal equivalent of the given number (38.36)8 b. determine the decimal
equivalent of the given number (511)16
Ans : a. Decimal to octal conversion formula :
To convert integer decimals to octal, divide the original number by the largest possible power of 8
and successively divide the remainders by successively smaller powers of 8 until the power is 1. The
octal representation is formed by the quotients, written in the order generated by the algorithm. It
is one of the most commonly explained problems in computer basics.
An octal number can be converted to a decimal number using the following formula:
Decimal Form = Ʃ(ai x 8i)

Q. 2 Invite a set of friends for your wedding through email because you do not have enough of
time to go and personally invite. How do you invite them with one personal mail?
Ans : Mail merge steps and example :
Suppose we write the invitation as follows:Dear friends,
You all are invited in my marriage at 12
Q.3. a. What is a Macro?
b. How do you create Macro?
Ans : a. Macro :
A macro (short for "macroinstruction", from Greek μακρο- 'long') in computer science is a rule or
pattern that specifies how a certain input sequence (often a sequence of characters) should be
mapped to a replacement output sequence (also often a sequence of characters) according to a
defined procedure. The mapping process

b. How do you create Macro:
1. Make sure you know how to perform each action you want and where to find all the menu
options you need to select so you don't have to search for them while recording. The macro will
record every keystroke and mouse click, including those that are mistakes, such as clicking on menu
options that aren't what you want. These

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601

More Related Content

DOCX
Bba105 computer fundamentals..
DOCX
Bba105 computer fundamentals..
DOCX
Bba105 computer fundamentals..
DOCX
Bba105 computer fundamentals..
DOCX
Bt0082, visual basic
PDF
M150 A Fall2010 T01
DOCX
Sem 4 bscit summer 2014 solved assignments
PPTX
Introduction to Competitive programming
Bba105 computer fundamentals..
Bba105 computer fundamentals..
Bba105 computer fundamentals..
Bba105 computer fundamentals..
Bt0082, visual basic
M150 A Fall2010 T01
Sem 4 bscit summer 2014 solved assignments
Introduction to Competitive programming

What's hot (20)

PPTX
Competitive Programming Guide
PPT
Programming fundamentals lecture 1&2
DOCX
Mca2030 object oriented programming – c++
DOCX
Bca5010 web design
DOCX
Smu bsc it sem 2 fall 2014 solved assignments
DOCX
Smu bscit sem 3 winter 2014 assignments
DOCX
G6 m4-d-lesson 13-s
PPT
scheme
PPT
PPT
An introduction to Competitive Programming
DOCX
Smu mscit sem 3 fall 2014 assignments
PPTX
DOCX
Smu bca-sem-2-fall-2015- solved - assignments
PPT
A2 photo research and flash reminder
DOCX
Mca1020 programming in c
PPTX
Section 3.3
PPT
PPTX
Smart boards
PDF
name or initial, and then lastname. The program then outputs the name in the ...
PPT
Code sense
Competitive Programming Guide
Programming fundamentals lecture 1&2
Mca2030 object oriented programming – c++
Bca5010 web design
Smu bsc it sem 2 fall 2014 solved assignments
Smu bscit sem 3 winter 2014 assignments
G6 m4-d-lesson 13-s
scheme
An introduction to Competitive Programming
Smu mscit sem 3 fall 2014 assignments
Smu bca-sem-2-fall-2015- solved - assignments
A2 photo research and flash reminder
Mca1020 programming in c
Section 3.3
Smart boards
name or initial, and then lastname. The program then outputs the name in the ...
Code sense
Ad

Similar to Bba105 computer fundamentals.. (20)

PDF
Mmt 001
DOCX
1 Faculty of Computer Studies Information Technology a.docx
DOCX
Smu bsc it solved assignments 2104 sem -6th
DOCX
Bba110 computer fundamentals
DOCX
SMU BSC IT FALL / SUMMER 2013 SOLVED ASSIGNMENTS
DOCX
Bca1040 digital logic
PDF
A01
PPTX
Computational Methods in Scientific Programming
DOCX
Networ routingnswitching
DOCX
Smu bsc it sem 1 fall 2014 solved assignments
PDF
ULC Computer Solved Paper.
DOCX
Bca1020 programming in c
PDF
Ee java lab assignment 3
DOCX
Mb0048 operations research
DOCX
Bba110 computer fundamentals
DOCX
Bba110 computer fundamentals
PDF
COLLEGE OF COMPUTING AND INFORMATICS Assignment – 4
DOCX
Bt9301 computer graphics (1)
DOCX
Mit4021–%20 c# and .net
DOCX
Ms 51 & 55
Mmt 001
1 Faculty of Computer Studies Information Technology a.docx
Smu bsc it solved assignments 2104 sem -6th
Bba110 computer fundamentals
SMU BSC IT FALL / SUMMER 2013 SOLVED ASSIGNMENTS
Bca1040 digital logic
A01
Computational Methods in Scientific Programming
Networ routingnswitching
Smu bsc it sem 1 fall 2014 solved assignments
ULC Computer Solved Paper.
Bca1020 programming in c
Ee java lab assignment 3
Mb0048 operations research
Bba110 computer fundamentals
Bba110 computer fundamentals
COLLEGE OF COMPUTING AND INFORMATICS Assignment – 4
Bt9301 computer graphics (1)
Mit4021–%20 c# and .net
Ms 51 & 55
Ad

Bba105 computer fundamentals..

  • 1. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : help.mbaassignments@gmail.com or call us at : 08263069601 ASSIGNMENT DRIVE WINTER PROGRAM SUBJECT CODE & NAME SEMESTER BK ID CREDITS MARKS 2014 BBA BBA105- COMPUTER FUNDAMENTALS 1 B1501 2 30 Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme. Q.1. a. Determine the decimal equivalent of the given number (38.36)8 b. determine the decimal equivalent of the given number (511)16 Ans : a. Decimal to octal conversion formula : To convert integer decimals to octal, divide the original number by the largest possible power of 8 and successively divide the remainders by successively smaller powers of 8 until the power is 1. The octal representation is formed by the quotients, written in the order generated by the algorithm. It is one of the most commonly explained problems in computer basics. An octal number can be converted to a decimal number using the following formula: Decimal Form = Ʃ(ai x 8i) Q. 2 Invite a set of friends for your wedding through email because you do not have enough of time to go and personally invite. How do you invite them with one personal mail? Ans : Mail merge steps and example : Suppose we write the invitation as follows:Dear friends, You all are invited in my marriage at 12
  • 2. Q.3. a. What is a Macro? b. How do you create Macro? Ans : a. Macro : A macro (short for "macroinstruction", from Greek μακρο- 'long') in computer science is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to a replacement output sequence (also often a sequence of characters) according to a defined procedure. The mapping process b. How do you create Macro: 1. Make sure you know how to perform each action you want and where to find all the menu options you need to select so you don't have to search for them while recording. The macro will record every keystroke and mouse click, including those that are mistakes, such as clicking on menu options that aren't what you want. These Dear students get fully solved assignments Send your semester & Specialization name to our mail id : help.mbaassignments@gmail.com or call us at : 08263069601