Monday, February 28, 2011

0

Oscar awards 2011 winners complete list of 83rd annual academy winners

  • Monday, February 28, 2011
  • tech
  • The much awaited oscar awards was declared at the kodak theatre,Los Angeles.The Kings speech topped the list with four awards for the best picture,best actor,best director and the best original screenplay.Here is the complete list of 83rd annual academy awards winners


    The Best Picture: The King's Speech
    The Best Actor: Colin Firth in The King's Speech
    The Best Actress: Natalie Portman in Black Swan
    The Best Supporting Actor: Christian Bale in The Fighter
    The Best Supporting Actress: Melissa Leo in The Fighter
     Best Director: Tom Hooper, The King's Speech
     Best Foreign Language Film: In a Better World, Denmark
     Best Adapted Screenplay: Aaron Sorkin for The Social Network
     Best Original Screenplay: David Seidler for The King's Speech
    Best Animated Feature Film: Toy Story 3
     Best Art Direction: Alice in Wonderland
     Best Cinematography: Inception
     Best Sound Mixing: Inception
     Best Sound Editing: Inception
    The Best Original Score: The Social Network, Trent Reznor and Atticus Ross
    The Best Original Song: We Belong Together from Toy Story 3, Randy Newman
    The Best Costume Design: Alice in Wonderland
    The Best Documentary Feature: Inside Job
    The Best Documentary (short subject): Strangers No More
     Best Film Editing: The Social Network
     Best Makeup: The Wolfman,Rich Baker and Dave Elsey
    The Best Animated Short Film: The Lost Thing
    The Best Live Action Short Film: God of Love
     Best Visual Effects: Inception
    tags:oscar awards 2011 winners academy awards 2011 83rd academy awards winners 83rd academy awards nominations oscar nominations 2011


    Read more...

    Tuesday, February 22, 2011

    0

    matlab program for sampling theorem

  • Tuesday, February 22, 2011
  • tech
  • %sampling theorm
    clear all;
    t=-10:.01:10;                         %t vector
    T=8;                                  %time period
    fm=1/T;                               %frequency
    x=cos(2*pi*fm*t); %cos wave
    fs1=1.6*fm;                           %fs<2fm
    fs2=2*fm;                             %fs=2fm
    fs3=8*fm;                             %fs>2fm
    n1=-4:1:4;                            %index vector
    xn1=cos(2*pi*n1*fm/fs1);%aliasing
    subplot(2,2,1);
    plot(t,x);
    xlabel('time in sec');
    ylabel('x(t)');
    title('continuous time signal');
    subplot(2,2,2);
    stem(n1,xn1);                          %aliasing discrete
    hold on;
    plot(n1,xn1);                          %aliasing cont
    xlabel('n');
    ylabel('x(n)');
    title('discrete time s/g with fs<2fm');
    n2=-5:1:5;                             %time index
    xn2=cos(2*pi*n2*fm/fs2);               %fs=2fm
    subplot(2,2,3);
    stem(n2,xn2);                          %sampling for fs=2fm
    hold on;
    plot(n2,xn2);                          %ploting fs=2fm
    xlabel('n');
    ylabel('x(n)');
    title('discrete time s/g with fs=2fm');
    n3=-20:1:20;                              %time index
    xn3=cos(2*pi*n3*fm/fs3);                  %fs>2fm
    subplot(2,2,4);
    stem(n3,xn3);                             %samples for fs>2fm
    hold on;
    plot(n3,xn3);                             %ploting fs>2fm
    xlabel('n');
    ylabel('x(n)');
    title('discrete time s/g with fs>2fm');
    output
    tags:matlab program for sampling theorm sampling methods matlab sampling generation using matlab

    Read more...
    0

    matlab program for triangular wave generation|triangle wave generator using matlab

  • tech
  • %traingular wave
    a=input('enter the  no of periods');
    b=input('enter the amplitude');
    c=input('enter the no of cycles');
    %continous traingular wave
    m=2*b/a;                 %calculation of slope
    d=0;
    e=a/2;                   % half period 
    p=0;                     %pt of each -ve slope wrt
    subplot(121);
    for n=1:c                %no of cycles =no of loops
        x=d:.01:e;           %first half period
        plot(x,m*(x-(n-1)*a),'r');  %positive slope
        hold on
        p=e+a/2;
        x=e:.01:p;             %second half period
        plot(x,-1*m*(x-(n-1)*a)+b*2,'r');%negative slope
        hold on;
        d=d+a;                  % next +ve slope plot 
        e=e+a;                  %next -ve slope plot 
    end
    xlabel('no of cycles');
    ylabel('amplitude');
    title('continous trian wave');
    legend('triang wave');
    grid major;


    %discrite triangular wave
    subplot(122);
    m=2*b/a;
    d=0;
    e=a/2;
    p=0;
    for n=1:c
        x=d:.1:e;
        stem(x,m*(x-(n-1)*a));
        hold on
        p=e+a/2;
        x=e:.1:p;
        stem(x,-1*m*(x-(n-1)*a)+b*2);
        hold on;
        d=d+a;
        e=e+a;
    end
    output

    tags:matlab program for triangular wave generation trinagle wave using matlab
    Read more...

    Monday, February 21, 2011

    5

    cusat previous year question papers ME cusat s1,s2,s3,s4,s5,s6,s7,s8 me previous years question paper

  • Monday, February 21, 2011
  • tech

  • The contents have been moved to this link

    http://cusatquestionpaper.blogspot.com.au/
    Read more...

    Saturday, February 19, 2011

    0

    Latest Technology News| latest tech news|latest tech news 2011

  • Saturday, February 19, 2011
  • tech
    • Twitter suspends twidroyd and other ubermedia twitter clients for violating twitter policies and terms of conditions
    • Tech leaders meets US President Barack Obama for dinner.These include facebook founder mark zuckerberg,google ceo eric shmidt,twitter ceo,oracle ceo,apple's ceo steve jobs etc
     


    • Apple will not release i phone nano
    • Game developers hopeful about microsoft-nokia deal
    • Facebook adds two new relationship status options.they are "in a civil union" and "in a domestic partnership"
     
    • Lenovo launching a new tablet pc lenovo lepad.might come into market on this june with a price of 400$
    Read more...

    Friday, February 18, 2011

    0

    Rate/Cost of computer items(Processor,motherboard,harddisk,printers,pendrive,softwares ,Operating system,monitor,cd/dvd writer)|cost of computer items in Rs(Rupees|INR)

  • Friday, February 18, 2011
  • tech
  • Operating systems and softwares Rate/Cost


    Windows 7 home basic rate  - Rs 4400
    Windows 7 proffessional rate - Rs 7500
    Windows 7 ultimate OS- Rs 10500
    Kaspersky 1 user Antivirus -Rs 590
    Ms office home & Student Software-Rs3150


    Processors Rate/Cost


    Intel Celeron 430 1.8 ghz Processor -Rs2050
    Intel Atom D410PT Processor- Rs 3250
    Intel Dual Core E5700 3 Ghz Processor -Rs3500
    Intel Core 2 duo 2.9 ghz Processor - Rs6050
    Intel core i3 540 3.06 ghz Processor- Rs6375
    Intel core i5 750 2.66 ghz Processor - Rs 10175
    Intel core i7 870 2.93 ghz Processor - Rs14850
    AMD Cemptron LE-145 2.8 Ghz Processor- Rs1850
    AMD Athlon X2 245 2.9 Ghz -Rs2900
    AMD Phenom X4 995 3.2 Ghz - Rs7700


    Hard disk Rate/Cost
    160 GB IDE Hard disk rate - 2300-2700
    250 GB SATA Hard disk rate -1700-2200
    320 GB SATA -1800-2400
    500 GB SATA -1900-2400
    1 TB SATA -2900-3600
    2 TB SATA - 4990-5800
    320 GB EXTERNAL SEAGATE -2900+
    500 GB EXTERNAL SEAGATE Hard disk rate -3450+


    RAM MEMORY Rate/Cost
    1 GB DDR1 400 FSB RAM Rate -1600-1800
    1 GB DDR2 800 FSB - 950-1150
    2 GB DDR2 800 FSB - 1650-2100
    1 GB DDR3 1333 FSB -RAM Rate 900-1300
    2 GB DDR3 1333 FSB -1250-1500
    4 GB DDR3 1333 FSB - 2450-2950


    MONITOR Rate/Cost
    SAMSUNG 18.5” LCD Monitor - Rs 6600
    SAMSUNG 20” LCD -Rs 7000
    LG 15.6” LCD -Rs4950
    LG 18.5” LCD - Rs6400
    ACER 15.6”LCD Monitor rate-Rs4700
    ACER 18.5”LCD- Rs5700
    ACER 20”LCD- Rs6100
    DELL 15.6”LCD- Rs4800
    DELL 18.5”LCD -Rs5990


    PEN DRIVE Rate/Cost
    2 GB pendrive- 250-300
    4GB -300-450
    8 GB - 550-700
    16 GB -1050-1400


    DVD WRITER/DRIVE Rate/Cost
    Samsung Rs1000
    Sony Rs1050
    LG Rs1000
    Buffallo External DVD Writer Rs2300
    *there may be change in the price of these items as rate is not constant!
    tags: Rate/Cost  of computer items(Processor,motherboard,harddisk,printers,pendrive,softwares ,Operating system,monitor,cd/dvd writer)|cost of computer items in Rs(Rupees|INR) rate of computer parts in india rate of processor rate of pen drive
    Read more...
    198

    Pep Aptitude questions| pep overview |pep exam structure and technical questions

  • tech
  • Pep is a recruiting agency that has provided excellent placement opportunities to the top students in india. More than 80 top companies have been listed and this number is likely to rise soon.PeP provides multiple opportunities through a single test.that means various companies call students according to the pep all india score.so far pep has provided placement to over 15000 students in its 11 years of service.the companies listed in the pep has good packages ranging from 3.7 lpa to 10 lpa.pep comes to recruitment only to the top 100 engineering colleges in india including IITs and NITs.I was lucky to write the pep exam because our college (CUSAT) was one of the four colleges in kerala where pep came.the other colleges include nit Calicut,model engineering college and cet Trivandrum.


    pep Exam Structure
    The exam consists of two parts.one aptitude and other technical part.Aptitude part consists of 50 questions with 1 hour duration and technical part consists of 40 questions from electronics or computer science(depending on your branch) and with 1 hour duration.answers are to marked in an omr sheet.Each question carries 1 mark and wrong answers cost ¼ mark.

    Pep Aptitude questions
    The questions that were asked from aptitude section consists of questions based on time,work,ratio,speed.There were also other type of questions in that they will give a paragraph and we have to answer the questions from that
    Some aptitude questions for pep that were asked are
    1.three persons stich a shirt in 1 hr,1 ½ hour,2 hour.in how many hours will they take to stich 150 shirts if they work together.
    2.question regarding leak from a pipe
    Those who want the full aptitude questions please do comment your email id on the comments section.i will mail the pdf file


    Pep Technical questions
    I was from electronics & Communication Engg and my technical paper had 20 questions from electronics and 20 questions from c++.questions from electronics were easy.questions were from digital circuits, control systems etc.Questions from c++ were little tough. in most of the questions they will give a code and we have answer the output of the program


    Questions from electronics
    1.find value of k from the characteristic equation.
    2.Zener diode problems


    Those who want the full questions please do comment your email id on the comments section.i will mail the pdf file
    TAGS: Pep 2011 Aptitude questions| pep overview |pep exam structure and technical questions new pep exam pattern pep technical and interview questions
    Read more...

    Monday, February 14, 2011

    0

    GATE 2011 EC ANSWER KEY FOR SET C SET A SET B SET D EC GATE 2011 ANSWER KEY FOR CODE A CODE B CODE C CODE D

  • Monday, February 14, 2011
  • tech
  •  SET C ANSWER KEY FOR EC
    1 A
    2 C
    3 A
    4 D
    5 D
    6 D
    7 A
    8 C
    9 A
    10 A
    11 B
    12 A
    13 C
    14 D
    15 A
    16 B
    17 C
    18 A
    19 B
    20 A
    21 B
    22 D
    23 B
    24 D
    25 C
    26 B
    27 C
    28 A
    29 D
    30 C
    31 C
    32 C
    33 B
    34 B
    35 B
    36 D
    37 C
    38 B
    39 B
    40 D
    41 D
    42 D
    43 D
    44 A
    45 A
    46 A
    47 A
    48 D
    49 C
    50 B
    51 C
    52 D
    53 D
    54 A
    55 C
    56 C
    57 B
    58 D
    59 D
    60 A
    61 C
    62 D
    63 C
    64 B
    65 A

    EC ANSWER KEYS FOR PAPER CODE A
    1 A 2 B 3 A 4 A
    5 C 6 A 7 D 8 D
    9 D 10 A 11 C 12 A
    13 C 14 C 15 D 16 B
    17 B 18 A 19 B 20 A
    21 C 22 A 23 A 24 D
    25 C 26 D 27 B 28 B
    29 B 30 C 31 C 32 C
    33 D 34 A 35 B 36 C
    37 C 38 A 39 A 40 A
    41 B 42 C 43 D 44 D
    45 B 46 B 47 C 48 C
    49 C 50 D 51 C 52 D
    53 D 54 A 55 B 56 D
    57 A 58 C 59 B 60 D
    61 B 62 B 63 C 64 D
    65 C



    EC ANSWER KEYS FOR PAPER CODEB
    1 D
    2 C
    3 B
    4 D
    5 B
    6 A
    7 B
    8 A
    9 C
    10 B
    11 A
    12 D
    13 A
    14 C
    15 B
    16 A
    17 A
    18 C
    19 A
    20 D
    21 D
    22 D
    23 A
    24 C
    25 A
    26 A
    27 A
    28 A
    29 A
    30 D
    31 D
    32 D
    33 D
    34 B
    35 B
    36 C
    37 D
    38 B
    39 B
    40 B
    41 C
    42 C
    43 C
    44 D
    45 A
    46 B
    47 C
    48 B
    49 C
    50 C
    51 D
    52 A
    53 C
    54 D
    55 D
    56 A
    57 C
    58 B
    59 D
    60 D
    61 A
    62 C
    63 D
    64 C
    65 B


    GATE 2011 ANSWER KEY FOR CODE D
    1 D 2 C 3 A 4 A
    5 C 6 A 7 B 8 A
    9 B 10 B 11 D 12 C
    13 D 14 A 15 C 16 A
    17 D 18 D 19 D 20 A
    21 C 22 A 23 A 24 B
    25 A 26 C 27 B 28 B
    29 D 30 D 31 C 32 D
    33 A 34 A 35 A 36 C
    37 C 38 B 39 A 40 D
    41 C 42 C 43 C 44 B
    45 B 46 B 47 D 48 C
    49 D 50 C 51 C 52 A
    53 B 54 D 55 D 56 B
    57 D 58 D 59 A 60 C
    61 D 62 C 63 B 64 B
    65 C

    tags:gate 2011 answer key for ec set c code c answer key for ecec booklet c answer key ec code b d c a answer key
    you must also read
    gate 2011 ee answer key 
    gate 2011 cs answer key
    Read more...

    Sunday, February 13, 2011

    0

    GATE 2011 ME ANSWER KEY GATE 2011 ANSWER KEY FOR CODE A ,B,C,D

  • Sunday, February 13, 2011
  • tech
  • ME PAPER CODE A
    1B 2D 3B 4A 5C
    6A 7C 8C 9D 10B
    11B 12D 13D 14C 15C
    16A 17C 18A 19D 20B
    21D 22A 23B 24C 25B
    26B 27C 28A 29C 30B
    31D 32B 33D 34D 35A
    36C 37A 38D 39D 40A
    41A 42 C 43B 44C 45B
    46A 47A 48B 49 C 50C
    51B 52B 53D 54C 55D
    56D 57A 58B 59A 60A
    61D 62A 63A 64A 65C


    ME PAPER CODE B
    1B 2C 3B 4A 5D
    6B 7D 8A 9C 10A
    11C 12D 13C 14D 15B
    16B 17D 18C 19C 20A
    21C 22A 23B 24B 25D
    26A 27A 28B 29C 30B
    31C 32A 33A 34D 35D
    36A 37C 38A 39D 40D
    41B 42D 43B 44C 45A
    46B 47C 48B 49 C 50C
    51B 52C 53D 54B 55D
    56A 57A 58A 59A 60D
    61A 62A 63C 64A 65D


    ME PAPER CODE C


    1D 2C 3B 4B 5D
    6C 7C 8A 9C 10A
    11B 12D 13B 14B 15C
    16B 17A 18D 19B 20D
    21A 22C 23A 24C 25D
    26C 27A 28D 29D 30B
    31D 32B 33C 34A 35C
    36B 37A 38A 39B 40C
    41B 42 C 43A 44A 45D
    46D 47A 48C 49B 50B
    51C 52B 53D 54C 55D
    56A 57B 58D 59C 60A
    61C 62A 63D 64A 65A


    ME PAPER CODE D
    1D 2C 3A 4C 5A
    6D 7B 8D 9A 10B
    11C 12B 13D 14B 15B
    16A 17C 18A 19C 20C
    21D 22B 23B 24D 25C
    26A 27D 28D 29A 30A
    31C 32B 33C 34B 35A
    36A 37B 38C 39A 40C
    41B 42D 43B 44D 45D
    46A 47C 48C 49B 50B
    51C 52C 53D 54B 55D
    56D 57A 58B 59A 60B
    61D 62A 63A 64C 65A
    tags:gate 2011 answer key for me code a,b,c,d 2011 answer key for set a,b,c,d booklet a b cs answer key
    you must also read
    Read more...
    3

    EE 2011 GATE ANSWER KEY FOR PAPER CODE A GATE 2011 ANSWER KEY FOE EE

  • tech
  • 1 D
    2 A
    3 B
    4 D
    5 A
    6 B
    7 A
    8 A
    9 C
    10 B
    11 D
    12 D
    13 C
    14 D
    15 B
    16 A
    17 A
    18 C
    19 A
    20 C
    21 B
    22 C
    23 C
    24 A
    25 D
    26 B
    27 C
    28 C
    29 B
    30 A
    31 A
    32 A
    33 A
    34
    35 B
    36 A
    37 D
    38 B
    39 A
    40 C
    41 C
    42 B
    43 D
    44 B
    45 A
    46 C
    47 C
    48 C
    49 B
    50 B
    51 D
    52 A
    53 D
    54 A
    55 C
    56 D
    57 D
    58 A
    59 C
    60 B
    61 C
    62 B
    63 A
    64 C
    65 D
    tags:ee gate 2011 answer key for set a b c d paper code booklet gate 2011 answer keys
    you might also like
    Read more...
    0

    GATE 2011 EC ANSWER KEY FOR SET B EC GATE 2011 ANSWER KEY

  • tech
  • EC –GATE-2011-Keys
    1 D
    2 C
    3 B
    4 D
    5 B
    6 A
    7 B
    8 A
    9 C
    10 B
    11 A
    12 D
    13 A
    14 C
    15 B
    16 A
    17 A
    18 C
    19 A
    20 D
    21 D
    22 D
    23 A
    24 C
    25 A
    26 A
    27 A
    28 A
    29 A
    30 D
    31 D
    32 D
    33 D
    34 B
    35 B
    36 C
    37 D
    38 B
    39 B
    40 B
    41 C
    42 C
    43 C
    44 D
    45 A
    46 B
    47 C
    48 B
    49 C
    50 C
    51 D
    52 A
    53 C
    54 D
    55 D
    56 A
    57 C
    58 B
    59 D
    60 D
    61 A
    62 C
    63 D
    64 C
    65 B
    source:gateforum.com
    tags:GATE 2011 EC ANSWER KEY FOR SET B EC GATE 2011 ANSWER KEY A B C D BOOKLET ANSWER CODE
    you might also like
    gate 2011 cs answer key
    gate 2011 ee answer key 
    gate 2011 me answer key  
    Read more...
    0

    gate 2011 cs paper code d answer key gate 2011 answer key for CSE

  • tech
  •  plese note that this is not the official answer key.this is just an answer key prepared by one of the gate aspirants.errors might be there
    1.C
    2.B
    3.B
    4.B
    5.D
    6.B
    7.A
    8.C
    9.B
    10.B
    11.A
    12 .B
    13. A
    14.A
    15.D
    16.D
    17.D
    18.B
    19.A
    20.C
    21.B
    22.C
    23.C
    24.A
    25.C
    26.C
    27.C
    28.A
    29.B
    30.D
    31.B
    32.B
    33.A
    34.C
    35.C
    36.A
    37.D
    38.A
    39.D
    40.D
    41.A
    42.D
    43.A
    44.D
    45.A
    46.C
    47.B
    48.B
    49.D
    50.D
    51.B
    52.B
    53.C
    54.A
    55.C
    56.A
    57.D
    58.A
    59.B
    60.A
    61.C
    62.D
    63.A
    64.A
    65.A
    tags:gate 2011 answer key for cs gate 2011 solutionscse gate 2011 answer key cs code a b c d booklet answer key
    you must also read
    gate 2011 me answer key
    gate 2011 ec answer key
    gate 2011 ee answer key   
    Read more...
    0

    GATE 2011 ME PAPER CODE B ANSWER KEY

  • tech
  •  plese note that this is not the official answer key.this is just an answer key prepared by one of the gate aspirants.errors might be there
    1B
    2C
    3B
    4A
    5D
    6B
    7D
    8A
    9C
    10A
    11C
    12D
    13C
    14D
    15B
    16B
    17D
    18C
    19C
    20A
    21D
    22A
    23B
    24B
    25D
    26A
    27A
    28B
    29C
    30B
    31C
    32A
    33A
    34D
    35D
    36A
    37C
    38A
    39D
    40A
    41D
    42D
    43B
    44C
    45A
    46B
    47C
    48B
    49C
    50C
    51B
    52C
    53D
    54B
    55D
    56A
    57A
    58A
    59B
    60D
    61A
    62A
    63C
    64A
    65D
    tags:gate 2011 answer key gate 2011 solutions gate 2011 answer key for ec,cs,me,ee,it
    Read more...
    0

    GATE 2011 ANSWER KEYS FOR ME,ECE,CSE,EEE

  • tech
  • GATE 2011 was conducted on 13th february with over one lakh candidates appearing for the test.The paper was some what easy and tough at the same time.There were a total of 65 questions carrying 100 marks.questions 1 to 25 carry 1 mark,26-51 carry 2 marks,52-55 are linked answer questions carrying 2 marks with no negative marks for 53 and 55.questions 56-65 belong to general aptitude and 56-60 carry 1 mark and 61-65 carrying 2 marks each.the answer keys are given below
    gate 2011 ee answer key 
    gate 2011 cs answer key  
    tags:gate 2011 answer key gate answer key for ec cs me ee gate 2011 question paper analysis 
    Read more...

    Thursday, February 3, 2011

    0

    campus placement drive at matha college of technology ,paravur

  • Thursday, February 3, 2011
  • tech
  • Matha college of engineering is conducting a campus placement drive on 5th and 6th of this february.around 15 companies are coming to the college for recruiting students doing btech,diploma and other courses.Candidates are supposed to bring one copy of resume and 2 passport size photos for each company.
    the companies that are coming are 
    HCL
    RELIANCE
    WIPRO BPO
    KGISL 
    INDIATECH 
    INDUS MOTORS
    CARNATIONS
    HINDUJA GLOBAL
    NIPPON TOYOTA  
    NAITRAD 
    ASSYST 
    INDUS 
    ALLSEC 
    SUTHERLAND  
    HDFC

    for more details regarding ctc and eligibility visit
    http://mathacollegeoftechnology.edu.in/2011/01/mega-placement-drive-2011-2/
    tags:campus placement drive job fair campus recruitment campus selection mega campus recruitment
    Read more...
    10

    cusat previous year question papers ec cusat s1,s2,s3,s4,s5,s6,s7,s8 ec previous years question paper

  • tech

  • The contents have been moved to this link

    http://cusatquestionpaper.blogspot.com.au/
    Read more...