JIVANI BHAUTIK

Today is my Day.

Latest Post

Data types :-


*      Data types refers to which types of value to be stored into the variable.
*      There are mainly two types of data types are available in c. language.

   1. Primary Data types / Built-in Data types
   2. User Defined Data types / Derived Data types



   1. Integer Datatype :-


*      We can use integer datatypes to store numeric values.
*      C. language supports integer datatypes in both signed and unsigned.
*      Integer datatpes has three types as short int, int and long int.

Types Size (Bytes) Range
short int or signed short int 1 -128 to 127
int or signed int 2 -32768 to 32767
long int or signed long int 4 -2,147,483,648 to 2,147,483,647
unsigned short int 1 0 to 255
unsigned int 2 0 to 65535
unsigned long int 4 0 to 4,294,967,295

   2. Floating point Datatype :-


*      Floating point datatypes can be used to store numeric values with decimal point.
*      There are threen floating types available in c. language.

Types Size (Bytes) Range
float 4 3.4e-38 to 3.4e+38
double 8 1.7e-308 to 1.7e+308
long double 10 3.4e-4932 to 3.4e+4332

   3. Charater Datatype :-


*      Character datatype can be used to store a single character value.

Types Size (Bytes) Range
char. or signed char. 1 -128 to 127
unsigned char. 1 0 to 255

   4. Void Datatype :-


*      The void datatype has no values. The type of function does not returned any value at that time we can use void type.

Datatype Format specifier
int %d
character %c
float %f
double %ld
long double %LD

Character Set :-

*    The character in c language that can be used in the c program. There are for types of character set available in c language.

 Character Set of c language

 Character Set          

       Symbol

Letters Upper Case -> A to Z
Lower Case -> a to z
Digit , Comma
. Dot
; Semicolon
: Colon
? Question Mark
' Single Quote
" Double Quote
! Exclamation
| Pipe
/ Forward Slash or Slash
\ Back Slash
~ Tiled
_ Under Score
$ Dollar
% Percentage
& Ampersand
^ Caret
* Asterisk
- Minus
+ Plus
< Opening Angular Bracket
> Closing Angular Bracket
( Left Parenthesis
) Right Parenthesis
[ Left Square Bracket
] Right Square Bracket
{ Left Brace or Left Curly Bracket
} Right Brace or Right Curly Bracket
# Hash
White Space Blank Space
Horizontal Tab
Carriage Return
New Line
Form Feed

Best Structure of "C" Program in c language


Structure of "C" Program

Document Section

Link Section

Definition Section

Global Declaration Section

Main() Section

{
   Declaration Part
}
   Executable Part

Sub Program Section


   Function 1() --
   Function 2()    |
   .................        |--> UDF
   .................        |
   Function n() --


(1) Documentation Section :-


*    The documentation section consist of a set of comment lines in the c program, comments, are the user defined message that are not compiled by compiler.
*    The example of comments the name of program , date, etc. *    There are type types of comments are available in c language.

Single line comment :-

*    We can specify a single line comment by using //symbol.
Ex :-      //This is single line comment

Multi line comment :-

*    We can specify a multi line comment by using /*.......*/.
Ex :-      /* This is multi line commnet
                 Developer Bhautik Jivani
                 Date :- 03-Jul-2018   */

(2) Link Section :-


*    This section provides the instructions to the compiler to link function from the system library.
*    This section includes the header files are stored in the c library. These header files contains the different library functions of c language.
*    The header files must be included in the c program.

Ex :-     #include<stdio.h> (Standard Input Output)
             #include<conio.h> (Console Input Output)

(3) Definition Section :-


*    This section contains all the symbolic constants. Constants means the fixed value for defining a contsant value. We can use # Define Statement.

e.g. :-     #define PI 3.14
*    Here variable PI has fixed value that is 3.14. That does not change during the execution of the program.

(4) Global Declaration Section :-


*    There are some user defined functions and variables are define globally that is in more than one function.
*    Such variables are known as global variables and they are declaredin the global declaration section.

(5) Main() Section :-


*    The c language must have one main function.
*    The main function is a special function used by c language to tell the computer where the program starts.
*    This section contains two parts:

Declaration Part :-

*    It declares the variables that can be used in the executable part.

Executable Part :-

*    It executes the statements. There is at least one executable statement. That main function starts with { & ends with }.

(6) Sub program/Function :-

*    This section contains all the user defined functions. That are called in the main function.


//This is first e.g. to print Bhautik


#include<stdio.h>
#include<conio.h>
void main()
{
    clrscr();
    printf("Bhautik");
    getch();
}


 
NETWORKING-Question Bank-BCA(SEM-4)



1.What is Network Layer ?

2.Explain Packet switching.

3.Explain Connectionless and Connection oriented services.

4.Explain Virtual Circuit and Datagram.

5.Explain Transmission media in details.

6.Explain ARP and IP protocol and IP address.

7.Explain IPV6.

8.Explain Transport layer.

9.Explain socket and socket programming.

10.Explain TCP and UDP. Different between TCP and UDP.

11.What is Connection management ?

12.Explain Application layer.

13.DNS and DNS servers.

14.Explain E-mail and Message and File Transfer.

15.Explain FDM and TDM in deails.

16.Explain wireless transmission media in details.


17.Explain layer 1 devices.

18.Write short note about Switch and Hub.

19.Write a note on Modem with types.

20.Explain NIC card with their all components.

21.Wireless and Broadband Networks.

22.Explian Bluetooth services.

23.Define following Terms:

      1) Packet

      2) Protocol

24.Explain X-25.

25.Explain Diff. Network Services.

26.Explain file and print services.

27.Explain Application Services.

28.Explain PEER to PEER architecture.

29.Explain Client/Server architecture.

30.Write short note about Topology.

31.Write short note of media access method.

32.Explain CSMA/CD method.

33.Diff. de-fecto and de-juire.

34.Diff. slip and ppp.

35.Explain OSI model in brief.

36.Explain Subneting process in details.

37.Diff. between Subneting and Superneting.

38.Diff. between ipv4 and ipv6.

39.Explain MMC console in win2003 server.

40.Explain Active directory servise in details.

41.Define steps for creating user aand group.

42.Explain following Terms:

     1) Domain

     2) Forest

     3) Tree

     4) Active Directory

43.Explain CIA security model.

44.Explain Security on wheels.

45.Explain Security policies with thier attributes.

46.Explain security in layers.

47.Explain all Routing protocols in brief.

48.Explain BGP in details.

49.Diff. between TCP/IP and IP/SPX.

50.Explain Appletalk and NetBios protocol.

 

 

   Can you get more sunbject Question Bank until wait One Day (Bussiness Day)... 


 Android-8.0-Oreo:Latest News and Features

Android નોગેટને અધિકૃત રીતે ઑગસ્ટ 2016 માં રિલીઝ કરવામાં આવ્યું હતું, અને ત્યારથી અત્યાર સુધીમાં એન્ડ્રોઇડ ફ્લેગશિપ પર સતત રોલઆઉટ્સ જોવા મળે છે. એક વર્ષ બાદ, હવે અમે વિશ્વ માટે Android Oreo ના અંતિમ સંસ્કરણનું સ્વાગત કરી રહ્યાં છીએ. એન્ડ્રોઇડ 8.0 અપડેટ્સની સુવિધાઓની જાહેરાત કરવામાં આવી છે, અને વિકાસકર્તા પૂર્વાવલોકન છેલ્લે બંધ થઈ ગયું છે. અપડેટની અપેક્ષા અને તેને ડાઉનલોડ કેવી રીતે કરવું તે જાણવા માટે આગળ વાંચો. ઉપરાંત, તેના ટ્રેકમાં બુટલૂપીંગ રોકવા માટે રેસ્ક્યૂ પાર્ટી નામની નવી સુવિધા છે.
  • Android 7.0 Nougat updates
  • Google I/O developer conference
  • Android O release date
  • Android O features
Android Oreo અંતિમ પ્રકાશન તારીખ

એન્ડ્રોઇડ 8.0 ન્યૂયોર્કમાં ઓગસ્ટ 21, 2017 ના સમગ્ર સૂર્ય ગ્રહણ દરમિયાન ઓરેઓની પ્રસ્તુતિ છે. એક્લીપ્સની લાઇવ સ્ટ્રીમ વિડિઓ અને એન્ડ્રોઇડ ઓના મોટા ખુલાસા Google ની વેબસાઈટ પર બંને છે. પ્રસ્તુતિ પછી, એન્ડ્રોઇડ ઓરેઓ સૌ પ્રથમ પિક્સેલ ઉપકરણો અને અમુક નેક્સસ ઉપકરણો માટે ઉપલબ્ધ થશે.
  • Here's how to download and install Android Oreo for Pixel and Nexus
  • When to expect the Android Oreo update for all devices

Android Oreo સુવિધાઓ
કેટલાક Android ઓ લક્ષણો હૂડ હેઠળ છુપાવે છે, અન્ય લોકો તરત જ સપાટી પર દેખાય છે. ભૂતપૂર્વ બધા ઉપકરણોને અસર કરશે, તેથી અમે તેમની સાથે શરૂ કરીશું. બાદમાં નેક્સસ અને પિક્સેલ ઉપકરણો સાથે તરત જ દૃશ્યમાન છે, પરંતુ ઉત્પાદકો દ્વારા તેમના પોતાના UI માં વારંવાર તેનો ઉપયોગ કરવામાં આવતો નથી અને તેથી તે ઓછા મહત્વનો છે, તેથી અમે તેમને છેલ્લામાં વિગતવાર કરીશું.
  • કોર સુવિધાઓ: બેટરી જીવન, અપડેટ્સ, સુરક્ષા
  • હાર્ડવેર આધાર: બ્લૂટૂથ અને એચડીઆર ડિસ્પ્લે દ્વારા હાઇ-ફાઇ
  • સપાટીની સુવિધાઓ: ઇમોજી, સૂચનાઓ અને ચિત્રમાં ચિત્ર
Android O મુખ્ય સુવિધાઓ
  • Power saving thanks to Android O
  • Earlier updates thanks to Project Treble
  • Apps and reboots are faster with Android O
  • Apps are better thanks to Google Play Protect and tougher enforcement of criteria
  • Wi-Fi Aware (also known as Neighbor Awareness Networking or NAN)
  • Autofill revolutionizes password management
  • Bootloop prevention with Rescue Party

Power saving thanks to Android O

વપરાશકર્તાઓની બૅટરી જીવન અને પ્રભાવને સુરક્ષિત કરવા માટે, Google એ Android O માં એપ્લિકેશન પૃષ્ઠભૂમિ પ્રવૃત્તિઓ પર સ્વયંચાલિત મર્યાદા મૂકી છે. આ પૃષ્ઠભૂમિની સીમામાં વિશિષ્ટ પ્રસારણ, પૃષ્ઠભૂમિ સેવાઓ અને સ્થાન અપડેટ્સ શામેલ છે. વપરાશકર્તાઓ માટે, આનો અર્થ ઓછા ઊર્જાનો વપરાશ અને છેવટે, લાંબા સમય સુધી બૅટરી જીવન.

એન્ડ્રોઇડ ઓ એ એવી એપ્લિકેશનો શોધવાનું સરળ બનાવે છે જે સૌથી વધુ બેટરી પાવરનો ઉપયોગ કરે છે. સામાન્ય રીતે ફેસબુક અથવા WhatsApp યાદીમાં અંત. પરંતુ ફક્ત Android O સાથે તમે જોઈ શકો છો કે એપ્લિકેશન્સ તમારી બૅટરી પ્રવૃત્તિઓ સાથે તમારી બૅટરીને વહેતી થઈ છે કે નહીં, અથવા જ્યારે તમે એપ્લિકેશનમાં હોવ ત્યારે તે ફક્ત બેટરી જીવનનો ઉપયોગ કરી રહ્યાં છે.

Earlier updates thanks to Project Treble

પ્રોજેક્ટ ટ્રેબલ સાથે, Android O ને વિક્રેતા ઇન્ટરફેસ મળશે. આનો અર્થ એ કે Android વધુ મોડ્યુલર હશે જેથી ઉત્પાદકો આંતરિક ઘટક વિક્રેતાઓ, જેમ કે ક્યુઅલકોમ અને મીડિયા ટેક, જેમ કે, માટે અમલીકરણોને ઍક્સેસ કરવા માટે વિક્રેટર ઇન્ટરફેસનો ઉપયોગ કરી શકે. આનાથી Android અપડેટ્સ વધુ સહેલાઈથી બનશે, કારણ કે સમગ્ર પ્રક્રિયા આ વિક્રેતા અમલીકરણથી સ્વતંત્ર રીતે કરી શકાય છે. આ વિચાર પ્રક્રિયાને વધુ સુવ્યવસ્થિત બનાવીને ઉત્પાદકો દ્વારા અપડેટ્સને ઝડપી બનાવવાનું છે.


Apps and reboots are faster with Android O

સિસ્ટમમાં ઑપ્ટિમાઇઝેશનએ ઉપકરણ પુનઃપ્રારંભ કરવાનો સમય ઘટાડવો જોઈએ અને એપ્લિકેશનના પ્રભાવમાં નાટ્યાત્મક વધારો કર્યો છે. આ XDA અને Android Police ના સ્વતંત્ર રિપોર્ટ્સથી સ્પષ્ટ છે.

Apps are better thanks to Google Play Protect and tougher enforcement of criteria

Google Play Protect એ એક પૃષ્ઠભૂમિ સેવા છે જે એપ્લિકેશન્સના વર્તનનું માલવેર શોધવાનું વિશ્લેષણ કરીને અને તમારા ફોન અને Play Store માંથી તેને દૂર કરીને Android પર સુરક્ષાને ઑપ્ટિમાઇઝ કરશે.

Google તેમના એપ્લિકેશન્સના પ્રદર્શન અને સ્થિરતાને વધારવા માટે એપ્લિકેશન વિકાસકર્તાઓ પર પણ દબાણ વધી રહ્યું છે. જો તેઓ નીચે 25 ટકા જેટલો ઘટાડો કરે છે, તો તેઓને ચેતવણી આપવામાં આવે છે અને પછી પ્લે સ્ટોરમાંથી દૂર કરવામાં આવે છે જો કોઈ સુધાર ન હોય.

Wi-Fi વાકેફ (નેઇબર અવેરનેસ નેટવર્કીંગ અથવા NAN તરીકે પણ ઓળખાય છે)

વાઇ-ફાઇ અવેઅર (નેઇબર અવેરનેસ નેટવર્કિંગ અથવા એનએએન તરીકે પણ ઓળખાય છે): આ ફંક્શન મૂળભૂત રીતે કામ કરે છે જેથી સુસંગત હાર્ડવેર ધરાવતા ઉપકરણો ઇન્ટરનેટ કનેક્શનનો ઉપયોગ કર્યા વિના, વાઇ-ફાઇ અવેવેર દ્વારા નજીક હોય ત્યારે વાતચીત કરી શકે.

Autofill revolutionizes password management

ગૂગલ Android ઓ માટે સિસ્ટમ-વાઇડ ઑટોફિલ API લાવે છે, જે તમારા બધા પાસવર્ડોને મધ્યસ્થ સ્થાનમાં સંચાલિત કરવા દે છે. એપ્લિકેશન્સમાં લોગિંગ અને સ્વરૂપો ભરીને આનો સગવડ અને સલામતીનો અર્થ થશે, કારણ કે હવે વપરાશકર્તાનામો અને પાસવર્ડ્સને કૉપિ / પેસ્ટ કરવાની કોઈ જરૂર નથી.

Contact Form

Name

Email *

Message *

Copyright © 2017 Jivani Bhautik.All rights reserved. Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget