Skip to content

Virtual University

Virtual University Assignment Discussion and Solution, Quiz Discussion and Solution, GDB discussion and Solution, Solved Mid Term Past Paper, Solved Final Term Past Paper
1.5k Topics 5.0k Posts

  • 8 Topics
    24 Posts
    zaasmiZ

    You can increase the background-size (500px in this example) to increase transition smoothing.

    const e = document.getElementsByClassName('scan')[0]; const hidden = document.getElementsByClassName('hidden')[0]; document.onmousemove = function(event) { e.style.left = `${event.clientX}px`; // ↓ background width (500px) / 2 hidden.style.setProperty("--pos", `${event.clientX - 250}px`); }; * { margin: 0; padding: 0; } html, body { width: 100%; min-height: 100vh; overflow-x: hidden; display: flex; } .banner { width: 100vw; height: 100vh; display: flex; flex-grow: 1; flex-direction: row; align-items: center; background-color: #031321; } .banner .scan { width: 7px; height: 80%; position: absolute; left: 30px; z-index: 3; transition: left 50ms ease-out 0s; border-radius: 15px; background-color: #fff; box-shadow: 0 0 15px 5px #fff, /* inner white */ 0 0 35px 15px #008cff, /* inner blue */ 0 0 350px 20px #0ff; /* outer cyan */ } .banner .description { width: 100%; color: white; font-size: 3em; text-align: center; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .hidden { background: radial-gradient(dodgerblue 10%, #031321 50%) var(--pos) 50% / 500px 500px no-repeat fixed; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } <div class="banner"> <div class="scan"></div> <div class="description"> Just <span class="hidden">hidden</span> something </div> </div>
  • 28 Topics
    186 Posts
    asmazahid asmaA

    In computer science, a Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated. A Boolean value is either true or false.

  • 32 Topics
    40 Posts
    zareenZ

    The term process model is used in various contexts. For example, in business process modeling the enterprise process model is often referred to as the business process model.

    software process, software products, e.g. architectural descriptions, source code, user documentation, and the roles of people involved in software engineering. Examples: The waterfall model • The spiral model • “V-Modell (XT)” (dt.)

    The Waterfall model is the earliest SDLC approach that was used for software development. The waterfall Model illustrates the software development process in a linear sequential flow. This means that any phase in the development process begins only if the previous phase is complete.
    664f4be9-b34a-41e2-bb69-1f85f6ddaa43-image.png

    The spiral model is a risk-driven software development process model. Based on the unique risk patterns of a given project, the spiral model guides a team to adopt elements of one or more process models, such as incremental, waterfall, or evolutionary prototyping.

    8fc9feb4-cd11-443d-b511-38ab9ea55e05-image.png

  • 1 Topics
    1 Posts
    cyberianC

    Due Date: April 28, 2019

    Assignment:

    Considering your research interests and access to the available lab facilities, provide us the following information:

    Which lab will you join for your MS thesis research work?

    · VU Lab

    If you are interested in working at VU Lab under the supervision of VU faculty members, then please mention which lab you will be joining? VU labs are located in Lahore, Multan, Rawalpindi, Faisalabad and Karachi.

    · Non-VU Lab

    If you want to work with external supervisor from any other institution in his/her lab then provide following information

    Information in below given table

    Written consent/ email from the external Supervisor

    Instructions

    · No assignment will be accepted after the due date.

    · If you fail to submit this assignment, then process of allocation of supervisor for you will be delayed

    · If you have any question please contact: [email protected]

  • 3 Topics
    3 Posts
    cyberianC

    (/assets/uploads/files/1555920945953-spring-2019_psyi619_2.doc)

  • 2 Topics
    2 Posts
    zareenZ

    Classroom Observation Form
    B.Ed One Year Teaching Practice
    Virtual University of Pakistan
    Please spend the required number of observation hours in the elementary grades (6 - 8) in the school that you have identified and fill in this form.
    Learning Theories

    Which learning theory is being used by the teacher in her teaching approach? Support your answer by giving three examples. /3
    Classroom Management

    What is the physical seating arrangement in the class and how is it affecting the classroom management? /3

    Which types of management approaches are being used in the class? /2
    • Overt Management Approaches
    • Covert Management Approaches

    Which models of classroom management are being used in the class? Please give an example of your observation. /2
    • Assertive discipline
    • Logical consequences
    • Teacher effectiveness training

    Which of the following management styles does the teacher follow? Please support your answer with an example. /2
    • Strong Control
    • Teacher Preparedness
    • Laissez-Fair
    • Moderate Control

    Which reward mechanism is being used in the class when students adhere to the rules? /1
    For example:
    • Verbal (Well done!)
    • Non-verbal (Nods, smiles, facial and body gestures)
    • Tokens / Stars

    Which negative consequences are being used in the class for breaking the rules? Support your answer with examples. /1

    For example:
    • Missing recess
    • Detention after school
    • Relinquishing a reward won earlier
    • Extra academic work
    • No game period
    • Assisting in cleaning the classroom
    • Suspension from school
    Classroom Assessment
    8. Which types of assessments are being used in the class and which one of them is being used the most, and why? /2
    9. Which tools of assessment are being used in the class? /1
    For example:
    • observation,
    • questionnaires,
    • interviews,
    • tests,
    • quiz,
    • Projects etc.
    10. Are the tests being used in class free of bias? How? /1
    11. Do the tests used in the class have content and face validity? /1
    12. Which types of feedback are being used in the class? Please share example of feed-back given by the teacher?
    For example: /1
    • Descriptive
    • Evaluative
    • Motivational
    • Oral
    • Written

    Attendance Form for Classroom Observations
    B.Ed (One Year) Virtual University of Pakistan
    • Student Name & ID ---------------------------------------------------------------------
    • School Name ------------------------------------------------------------------------------
    • Head Teacher Name------------------------------------------------------------------------
    Grade Level Day Date Starting Time Ending Time

    • Total number of hours observed: --------------------
    • School Stamp ------------------------------------------------
    • Teacher’s sign -------------------------------------------------

    Note: Please get signed “Attendance form of Classroom Observation” and attach the scanned copy with the observation.

  • 2 Topics
    4 Posts
    zareenZ

    please share idea

  • 2 Topics
    5 Posts
    zareenZ

    Discus the advantages and disadvantages of stem cell therapy.

  • 3 Topics
    4 Posts
    zaasmiZ

    @zaasmi said in BT403 GDB 1 Solution and Discussion:

    Discuss which plant transformation method works best for plant transformation and why?

    This natural ability to alter the plant’s genetic makeup was the foundation of plant transformation using Agrobacterium. Currently, Agrobacterium-mediated transformation is the most commonly used method for plant genetic engineering because of relatively high efficiency.

    4c87b525-f2e7-4708-893c-ec3ea55ae249-image.png
    Source:

  • 11 Topics
    22 Posts
    zaasmiZ

    Solution:

    Program:- #include<stdio.h> #include<graphics.h> #include<conio.h> #include<stdlib.h> int main() { int gd,gm,n,*x,i,k=0; //window coordinates int wx1=220,wy1=140,wx2=420,wy2=140,wx3=420,wy3=340,wx4=220,wy4=340; int w[]={220,140,420,140,420,340,220,340,220,140};//array for drawing window detectgraph(&gd,&gm); initgraph(&gd,&gm,"c:\\turboc3\\bgi"); //initializing graphics printf("Window:-"); setcolor(RED); //red colored window drawpoly(5,w); //window drawn printf("Enter the no. of vertices of polygon: "); scanf("%d",&n); x = malloc(n*2+1); printf("Enter the coordinates of points:\n"); k=0; for(i=0;i<n*2;i+=2) //reading vertices of polygon { printf("(x%d,y%d): ",k,k); scanf("%d,%d",&x[i],&x[i+1]); k++; } x[n*2]=x[0]; //assigning the coordinates of first vertex to last additional vertex for drawpoly method. x[n*2+1]=x[1]; setcolor(WHITE); drawpoly(n+1,x); printf("\nPress a button to clip a polygon.."); getch(); setcolor(RED); drawpoly(5,w); setfillstyle(SOLID_FILL,BLACK); floodfill(2,2,RED); gotoxy(1,1); //bringing cursor at starting position printf("\nThis is the clipped polygon.."); getch(); cleardevice(); closegraph(); return 0; }